summaryrefslogtreecommitdiff
path: root/themes/plaintext/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/plaintext/layouts/partials/head.html')
-rw-r--r--themes/plaintext/layouts/partials/head.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/plaintext/layouts/partials/head.html b/themes/plaintext/layouts/partials/head.html
new file mode 100644
index 0000000..1ba4902
--- /dev/null
+++ b/themes/plaintext/layouts/partials/head.html
@@ -0,0 +1,9 @@
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
+<link rel="stylesheet" href="/style.css">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<link rel="alternate" type="application/rss+xml" href="{{.Site.BaseURL}}/index.xml" title="{{ .Site.Title }}">
+<link rel="me" href="https://bsky.app/profile/claw0ry.net">
+<link rel="me" href="https://github.com/moiaune">