some changes to themes
This commit is contained in:
parent
26c526e433
commit
8237b6aa19
51 changed files with 852 additions and 12 deletions
8
themes/fzmin/layouts/_default/single.gopher.txt
Normal file
8
themes/fzmin/layouts/_default/single.gopher.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
# {{ .Title }}
|
||||
|
||||
{{ .Date.Format (.Site.Params.dateform | default "N/A") }}
|
||||
{{ if .Params.tags }}
|
||||
Posted in: {{ range .Params.tags }}{{ . }} {{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ .RawContent }}
|
Loading…
Add table
Add a link
Reference in a new issue