6 lines
204 B
HTML
6 lines
204 B
HTML
<head>
|
|
<title>{{ .Site.Title | default "Add Title to Site Parameters" }}</title>
|
|
{{ partial "head/meta.html" . }}
|
|
{{ partial "head/fonts.html" . }}
|
|
{{ partial "head/css.html" . }}
|
|
</head>
|