summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-28 13:51:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-28 13:51:27 -0400
commitc35924a79a3f6b251dcd18c3519adff0d30827b8 (patch)
tree6553be9d66dac4bff530c0268f0e717bd0f2aa5e /layouts
parente6727fbfe9e346ac11c1a07488423fce22f24c12 (diff)
favicon and remove nav
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..929db19
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="{{ .Site.Language }}">
+ <head>
+ <title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
+ <meta charset="utf-8"/>
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>🍲</text></svg>">
+ <link rel='stylesheet' type='text/css' href='/style.css'>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="keywords" content="{{ .Params.tags }}">
+ <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/rss.xml'>
+ </head>
+<body>
+ <main>