Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « blog « layouts - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cdd2a047848355645d45e8d08e917bac233a268 (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "head" }}
<meta name="description" content="{{ .Title }}">
{{ end }}

{{ define "title" }}
{{.Title }} | {{ .Site.Title }}
{{ end }}

{{ define "main" }}
{{ end }}