Back to Gocolly

{{ with .Params.title }}{{ humanize . }}{{ end }}

themes/colly/layouts/docs/single.html

latest307 B
Original Source

{{ define "main" }} {{ $currentPage := . }}

{{ range .Site.Menus.docs.ByWeight }}

{{ .Name }} {{ if .HasChildren }} {{ range .Children.ByWeight }} {{ humanize .Name }} {{ end }} {{ end }} {{ end }}

{{ with .Params.title }}{{ humanize . }}{{ end }}

{{ .Content }}

{{ end }}