all repos — homestead @ e1766ba9a681e3a3a3f945787b248f6405c553ed

Code for my website

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

{% extends "base.html" %}

{% block main %}
  
    {%- if taxonomy.term %}
      

Filtering for "{{ term.name }}"

Remove filter {%- endif %}
    {% for page in term.pages %}
  • {{ page.title }}
  • {% else %}
  • No posts yet
  • {% endfor %}
{% endblock %}