summaryrefslogtreecommitdiff
path: root/_includes/sidebar/tag-list.html
blob: e6c22042dabf539d3c7d3f8f6c1b78b14e3fa1cc (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' | relative_url %}
{%- include sidebar/common-list.html -%}