scss
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user