Add favicon

This commit is contained in:
Devon Campbell 2022-11-29 20:17:10 -08:00
commit c21adf4f7d
9 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,10 @@
<link rel="stylesheet" href="/css/theme.css">
<link rel="alternate" type="application/rss+xml" title="RSS"
      href="https://devon.lol/feed.xml">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<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="manifest" href="/site.webmanifest">
<title>{{ title }}</title>
</head>
<body>