mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-25 21:22:45 +01:00
Issue #3 List of pages (recent changes)
This commit is contained in:
@@ -7,7 +7,7 @@ menu: ['global']
|
||||
<ul class="columns">
|
||||
{%- for page in wiki_pages -%}
|
||||
<li>
|
||||
<a href="/{{ site.data.i18n[site.lang].prefix.tag }}{{ page.slug }}.html">{{ page.title }}</a>
|
||||
<a href="/{{ page.slug }}.html">{{ page.title }}</a>
|
||||
{%- if page.author -%} (by <a href="/{{ site.data.i18n[site.lang].prefix.user }}{{ page.author }}.html">{{ page.author }}</a>) {%- endif -%}
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user