Fix #2 List of tags

This commit is contained in:
Alexis Hassler
2019-05-04 21:52:13 +02:00
parent 6773809206
commit 8d635a3f71
12 changed files with 101 additions and 49 deletions

8
_includes/global.html Normal file
View File

@@ -0,0 +1,8 @@
<div id="global" class="portlet">
<h3>{{ site.data.i18n[site.lang].label.global_pages }}</h3>
<ul class="portlet-body">
{%- for link in site.data.i18n[site.lang].global_pages -%}
<li><a href="{{link.url}}.html">{{link.text}}</a></li>
{%- endfor -%}
</ul>
</div>