hugo-tufte/layouts/partials/header.html

8 lines
199 B
HTML
Raw Normal View History

2015-12-30 03:35:20 +01:00
{{ partial "doctype.html" . }}
<head>
<title>{{ .Site.Title }} - {{ .Title }}</title>
{{ partial "meta.html" . }}
{{ partial "opengraph.html" }}
{{ partial "header.includes.html" . }}
</head>