dirkfabisch / mediator

a medium inspired jekyll theme
blog.base68.com
Other
811 stars 873 forks source link

Please implement tagging #82

Open alchemyx opened 6 years ago

alchemyx commented 6 years ago

Hi,

It would seem that there is tagging functionality started but not working properly. If I add to the post:

tags: featured

Then it works as expected. But that is all. I can't add custom tags which could be later shown in post and there are no tagging subpages. It would be a great option to have. On line 49 of index.html there is this snippet:

<!-- <span class="post-tags-set">on {{#foreach tags}}<span class="post-tag-{{slug}}">{{#if @first}}{{else}}, {{/if}}<a href="/tag/{{slug}}">{{name}}</a></span>{{/foreach}}</span>-->

But uncommenting it doesn't help.

Thanks and regards, Michał