blog/_layouts/tags.html
2019-09-11 12:21:17 +08:00

17 lines
345 B
HTML

---
layout: framework
sidebar: tag-list
---
{%- if site.posts.size > 0 -%}
{%- include functions.html func='log' level='debug' msg='Get tags value' -%}
{%- include functions.html func='get_tags' -%}
{% assign tags = return %}
{% assign keys = tags %}
{% assign field = 'tags' %}
{%- include views/segments.html -%}
{%- endif -%}