diff options
author | JustineSmithies <justine@smithies.me.uk> | 2023-05-17 18:48:08 +0100 |
---|---|---|
committer | JustineSmithies <justine@smithies.me.uk> | 2023-05-17 18:48:08 +0100 |
commit | b5ac9a76db7a288c8b182c42138b73f7d38a17b3 (patch) | |
tree | 1e2545245b04c2366fd0852cd3d8bc78dac11f6c | |
parent | c79dd725827c67333db3ffc880cd44bda209ba8f (diff) |
Added favicon-32x32.png
-rw-r--r-- | header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/header.html b/header.html index b9b4048..a8c9b93 100644 --- a/header.html +++ b/header.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Justine Smithies blog{{TITLE}}</title> + <link rel="icon" href="public/favicon-32x32.png" type="image/png" sizes="32x32"> <link href="https://justine.smithies.me.uk/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts"> <style> body { |