mirror of
https://github.com/papercss/papercss
synced 2026-03-15 06:55:49 +01:00
8 lines
176 B
HTML
8 lines
176 B
HTML
<head>
|
|
{{ partial "head/meta" . }}
|
|
|
|
<title>{{ partial "data/title" . }}</title>
|
|
<link rel='canonical' href='{{ .Permalink }}'>
|
|
|
|
{{ partial "head/includes" . }}
|
|
</head>
|