mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-22 11:52:44 +01:00
Issue #6 List of pages per user
This commit is contained in:
11
_layouts/contributions.html
Normal file
11
_layouts/contributions.html
Normal 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>
|
||||
Reference in New Issue
Block a user