diff --git a/layouts/nethack/single.html b/layouts/nethack/single.html index 397cd10..8d7cbb4 100644 --- a/layouts/nethack/single.html +++ b/layouts/nethack/single.html @@ -3,29 +3,10 @@ {{ .Title }} - {{ .Date | time.Format "Jan 2, 2006" }} {{ .Content }} - - {{ if .Params.tags }} - - {{ end }} - - {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} - {{ if and (gt (len $pages) 1) (in $pages . ) }} - - {{ with $pages.Next . }}←{{ .Name }}{{ end }} - {{ with $pages.Prev . }}{{ .Name }}→{{ end }} - - {{ end }} {{ end }}