kungfukoala / benjaminkinzer.com

Website of Benjamin Kinzer, Art Director and Designer
http://benjaminkinzer.com
2 stars 0 forks source link

Tagging Capabilities #30

Open kungfukoala opened 9 years ago

kungfukoala commented 9 years ago

Would like to implement tagging capabilities to the site. Everything is in place, just need to work on the templates and design for the various pages.

            {% for tag in post.tags %}
              <a class="tag" href="{{ site.baseurl }}/tag/{{ tag | slugize }}/">
                {{ tag }}
              </a>
            {% endfor %}