{{ .Title }}
{{ if eq .Other.Type "post" }}
{{ template "date" .Date }}
{{ template "author" . }}
{{ end }}
{{ define "header" }}
Modified on {{ .ModTime.Format "2006-01-02T15:04:05" }}
{{end}} {{ define "page" }} {{ template "header" . }} {{ template "navigation" . }} {{ .Content }} {{ template "prism" . }} {{ template "mathjax" . }} {{ template "footer" . }} {{ end }} {{ define "post" }}
Comments