Issue #6 List of pages per user

This commit is contained in:
Alexis Hassler
2019-05-18 11:21:16 +02:00
parent 45bc42f572
commit e285abc65b
21 changed files with 109 additions and 116 deletions

View File

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