finally make tagging clickable, add blank content folders i will fill out later
This commit is contained in:
parent
67d4b7e1ef
commit
0cb04d1205
11 changed files with 43 additions and 11 deletions
|
@ -4,6 +4,11 @@
|
|||
<h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<p class="subtitle"><strong>{{ page.date }} {{ page.taxonomies.tags }}</strong></p>
|
||||
<p class="subtitle"><strong>
|
||||
{{ page.date }},
|
||||
tags: {%- for tag in page.taxonomies.tags | sort | unique(case_sensitive=false) %}
|
||||
<a class="post-tag" href="{{ get_taxonomy_url(kind='tags', name=tag) | safe }}">#{{ tag }}</a>
|
||||
{% endfor -%}
|
||||
</strong></p>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue