13 lines
No EOL
595 B
HTML
13 lines
No EOL
595 B
HTML
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{- template "title" . }} | {{ .Site.Title -}}</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Oxygen|Oxygen+Mono:300,400,700" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{ "normalize.min.css" | absURL }}">
|
|
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|
|
|
|
{{ "<!--" | safeHTML }}
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
{{ "-->" | safeHTML }} |