1
1
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:
2026-05-12 17:30:55 -05:00
parent 33455cf719
commit 5a05d0023d
12 changed files with 76 additions and 11 deletions
+11
View File
@@ -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>