mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 14:32:19 +00:00
tweak gemini index layout
This commit is contained in:
parent
df7bbc7b53
commit
0c1874ef57
1 changed files with 6 additions and 0 deletions
|
@ -8,9 +8,15 @@
|
|||
|___| |___|
|
||||
```
|
||||
|
||||
Adventures in self-hosting and other technological frustrations.
|
||||
|
||||
{{ $pages := .Pages -}}
|
||||
{{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||
|
||||
{{ range $pages }}
|
||||
=> {{ .RelPermalink }} [{{ .Date.Format "2006-01-02" }}] {{ .Title }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
=> /about About
|
||||
=> https://runtimeterror.dev View this site on the WWW
|
Loading…
Reference in a new issue