mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
12 lines
196 B
HTML
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>
|