You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, I picked up your cool plugin for my docs and made a tag button for each page, since you seemed to be interested in doing that as well, here's my code as inspiration:
base.html
<!-- Tags-->{%ifnot (page.is_homepageorpage.meta.hide_tags) %}{%fortaginpage.meta.tags%}
<ahref="{{ '/tags/' | url }}#{{ tag }}"title="{{ tag }}"class="md-tag">
{%include".icons/material/tag.svg"%}
{{ tag }}
</a>
{%endfor%}{%endif%}
Heya, I picked up your cool plugin for my docs and made a tag button for each page, since you seemed to be interested in doing that as well, here's my code as inspiration:
base.html
The text was updated successfully, but these errors were encountered: