Open Sphinkie opened 1 year ago
Hello I think there is small error in the file macros/posts.html : some double-quotes should be replaced by simple-quotes.
macros/posts.html
For exemple, in line 69:
<a class="label label-rounded label-secondary p-category" href="{{ get_taxonomy_url(kind="categories", name=cat ) }}">{{ cat }}</a>
should be replaced by:
<a class="label label-rounded label-secondary p-category" href="{{ get_taxonomy_url(kind='categories', name=cat ) }}">{{ cat }}</a>
idem at line 75, for tags.
Ciao David
Hello I think there is small error in the file
macros/posts.html
: some double-quotes should be replaced by simple-quotes.For exemple, in line 69:
should be replaced by:
idem at line 75, for tags.
Ciao David