summary refs log tree commit diff
path: root/src/tmpl.html
diff options
context:
space:
mode:
authordzwdz2023-08-19 19:36:28 +0200
committerdzwdz2023-08-19 19:36:28 +0200
commitf54e1cb32ad49807d75dc64bde9b9563d7f36531 (patch)
tree2039770313dc9754393154946521212c65291a9f /src/tmpl.html
parent384e2e40dc5b5497d2d6863f2716aac8b4052a7e (diff)
favicon, make posts
Diffstat (limited to 'src/tmpl.html')
-rw-r--r--src/tmpl.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpl.html b/src/tmpl.html
index 7f73c4d..a96320a 100644
--- a/src/tmpl.html
+++ b/src/tmpl.html
@@ -5,6 +5,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
 	<link href="https://tilde.town/~dzwdz/blog/feed.atom" type="application/atom+xml" rel="alternate"/>
 	<title>$pagetitle$</title>
+	<link rel="icon" href="https://tilde.town/~dzwdz/favicon.gif" />
 	<style>
 body {
 	max-width: 70ch;