this repo has no description

fix: templates

Changed files
-16
templates
-4
templates/index.html
···
</nav>
</header>
{% endblock %}
-
-
{#
-
vi: ft=jinja
-
#}
···
</nav>
</header>
{% endblock %}
-4
templates/macros/posts.html
···
#<a class="p-category" href="{{get_taxonomy_url(kind="tags", name=tag )}}">{{ tag }}</a>
{% endfor -%}
{% endmacro tags %}
-
-
{#
-
vi: ft=jinja
-
#}
···
#<a class="p-category" href="{{get_taxonomy_url(kind="tags", name=tag )}}">{{ tag }}</a>
{% endfor -%}
{% endmacro tags %}
-4
templates/macros/toc.html
···
{%- endfor -%}
</ol>
{% endmacro toc %}
-
-
{#
-
vi: ft=jinja
-
#}
···
{%- endfor -%}
</ol>
{% endmacro toc %}
-4
templates/page.html
···
{%- endif -%}
</article>
{%- endblock main -%}
-
-
{#
-
vi: ft=jinja
-
#}
···
{%- endif -%}
</article>
{%- endblock main -%}