mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-25 12:51:25 +00:00
update: Organize Wiki section indexes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<ul>
|
||||
{{ $path := .Get 0 | default "/wiki/advanced" }}
|
||||
{{ with site.GetPage $path }}
|
||||
{{ range (.RegularPages.ByLastmod.Reverse | first 6) }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<small> {{ .Lastmod.Format "Jan 2, 2006" }}</small>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user