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:
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ł