mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 02:12:40 +01:00
First version
This commit is contained in:
12
_includes/links.html
Normal file
12
_includes/links.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% if page.links != nil %}
|
||||
<div class="generated-sidebar portlet" id="p-links">
|
||||
<h3>{{ site.data.i18n[site.lang].label.links }}</h3>
|
||||
<div class="portlet-body">
|
||||
<ul>
|
||||
{% for link in page.links %}
|
||||
<li><a href="{{link.url}}">{{link.text}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user