some changes to themes
This commit is contained in:
parent
26c526e433
commit
8237b6aa19
51 changed files with 852 additions and 12 deletions
13
themes/fzmin/layouts/index.gopher.txt
Normal file
13
themes/fzmin/layouts/index.gopher.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
!{{ .Title }}
|
||||
|
||||
{{ .RawContent }}
|
||||
|
||||
Site sections:
|
||||
{{ range .Site.Menus.main }}
|
||||
1{{ .Name }} {{ .Identifier }} {{ $.Site.Params.hostname }} 70
|
||||
{{ end }}
|
||||
|
||||
Most recent articles
|
||||
{{ range first 3 .Pages.ByPublishDate.Reverse }}
|
||||
0{{ .Title }} {{ with .OutputFormats.Get "gopher" -}}{{ .RelPermalink }} {{ $.Site.Params.hostname }} 70 {{ end }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue