12 lines
586 B
HTML
12 lines
586 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" href="/img/icon.png" type="image/png">
|
|
{{ hugo.Generator }}
|
|
{{ template "_internal/opengraph.html" . }}
|
|
{{ template "_internal/twitter_cards.html" . }}
|
|
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
|
<link rel="stylesheet" href="/css/styles.css" />
|
|
<link rel="stylesheet" href="/css/syntax.css" />
|
|
<script src="https://kit.fontawesome.com/8ced65a629.js" crossorigin="anonymous"></script>
|
|
</head> |