{{- $image := resources.Get "/icons/apple-touch-icon.png"}} {{- $image := resources.Get "/icons/favicon-32x32.png" }} {{- $image := resources.Get "/icons/favicon-16x16.png" }} {{- $imageUrl := default "logos/right.png" .Params.image }} {{- $image := resources.Get $imageUrl }} {{ if isset .Params "tags" }}{{end}} {{ $section_class := "mms"}} {{ if in .Page.Params.category "star-trek" }} {{ $section_class = "star-trek" }} {{ else if in .Page.Params.category "site-info" }} {{ $section_class = "site-info" }} {{ else if in .Page.Params.category "bsd" }} {{ $section_class = "bsd" }} {{ else if in .Page.Params.category "blog" }} {{ $section_class = "blog" }} {{ else if in .Page.Params.category "article" }} {{ $section_class = "article" }} {{ end }}
{{ block "main" . }} {{ end }} {{ block "pagination" . }} {{ end }} {{ partial "back_nav" . }}