wiki.clockworkpi.com/_layouts/contributions.html
2019-06-20 22:21:51 +02:00

12 lines
196 B
HTML

---
layout: default
menu: ['global']
---
<ul class="columns">
{%- for doc in page.author_full.contributions -%}
<li>
<a href="{{ doc.url }}">{{ doc.title }}</a>
</li>
{%- endfor -%}
</ul>