summaryrefslogblamecommitdiffstats
path: root/themes/Brine/layouts/_default/single.html
blob: 63bd58b4241fb2dfe44881f60717060e15ba3c35 (plain) (tree)
1
2
3
4
5

                                                                                                                                                                           

                                                                                                                                                                             
                               
{{ define "main" }}	<h1>{{ .Title }}</h1>{{ if .PublishDate }}
	<div>Published: {{ .PublishDate.Format "Jan 2, 2006" }}{{ if ne .Lastmod .PublishDate }}, last updated: {{ .Lastmod.Format "Jan 2, 2006" }}{{ end }}</div>{{ end }}
	<div>Reading time: {{ .ReadingTime }} min</div>
	<div>Tags: {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}<a href='{{ "/tags/" | relLangURL }}{{ . | urlize }}'>{{ $e | humanize }}</a>{{- end -}}</div>
	{{ .Content }}{{ end }}