2019-04-02 19:54:29 +02:00
|
|
|
<div class="publics">
|
|
|
|
<span class="pc">
|
2019-04-05 00:19:26 +02:00
|
|
|
<!-- {% set page_public = page.header.public %}
|
2019-04-02 19:54:29 +02:00
|
|
|
{% for public in page_public %}
|
|
|
|
{{ public }}
|
2019-04-05 00:19:26 +02:00
|
|
|
{% 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 %}
|
|
|
|
|
2019-04-02 19:54:29 +02:00
|
|
|
</span>
|
|
|
|
</div>
|