add a tagging system to the website
This commit is contained in:
parent
701da6bc4b
commit
e1b6578b2a
97 changed files with 1025 additions and 979 deletions
|
@ -8,8 +8,8 @@
|
|||
<div class="info">
|
||||
<time datetime="{{ updated }}">{{ iso_date updated }}</time>
|
||||
<ul class="categories">
|
||||
{{#each categories as |category|}}
|
||||
<li>{{ category }}</li>
|
||||
{{#each tags as |tag|}}
|
||||
<li><a href="{{ config.site }}/tag/{{ tag }}">#{{ tag }}</a></li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue