diff options
Diffstat (limited to 'themes/stingray/layouts/partials/head.html')
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html new file mode 100644 index 0000000..4a0ff2d --- /dev/null +++ b/themes/stingray/layouts/partials/head.html @@ -0,0 +1,12 @@ +<head prefix="og: https://ogp.me/ns#"> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> + <link rel="stylesheet" type="text/css" href="/css/main.css"> + <meta property="og:type" content="website"> + {{ $title := print .Site.Title " | " .Title }} + {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} + <title>{{ $title }}</title> + <link rel="me" href="mailto:mail@rayhammer.dev" /> + <link rel="me" href="https://github.com/rayhammer" /> +</head>
\ No newline at end of file |