add structure
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
      {% 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>
 | 
			
		||||
              {{ tag }}
 | 
			
		||||
            {% endfor %}
 | 
			
		||||
        </span>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user