all repos — homestead @ 16092fb22dc42fc513bbc7c8116ca7d7706ea00f

Code for my website

themes/bear/templates/taxonomy_list.html (view raw)

{% extends "base.html" %}

{% block main %}
  
    
      
{% set tags = get_taxonomy(kind="tags") %} {% for post in tags.items %} #{{ post.name }}  {% endfor %}
{% endblock %}