summaryrefslogtreecommitdiff
path: root/_includes/sidebar/tag-list.html
blob: dd7b37e057139f33be95eeb09db56e0552587169 (plain)
1
2
3
4
5
6
7
8
9
{%- 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' %}
{% assign url = '/tags.html' %}
{%- include sidebar/common-list.html -%}