mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 02:12:40 +01:00
Fix #2 List of tags
This commit is contained in:
8
_includes/global.html
Normal file
8
_includes/global.html
Normal 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>
|
||||
Reference in New Issue
Block a user