This commit is contained in:
2019-04-05 00:19:26 +02:00
parent 2ddc3ef8b5
commit 52fe56a7fc
36 changed files with 1449 additions and 274 deletions

View File

@ -1,8 +1,17 @@
<div class="publics">
<span class="pc">
{% set page_public = page.header.public %}
<!-- {% set page_public = page.header.public %}
{% for public in page_public %}
{{ public }}
{% endfor %}
{% endfor %} -->
{% if page.taxonomy.tag %}
<span class="tags">
{% for tag in page.taxonomy.tag %}
<a class="label label-rounded {{ label_style ?: 'label-secondary' }} p-tag" href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}#body-wrapper">{{ tag }}</a>
{% endfor %}
</span>
{% endif %}
</span>
</div>