summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-20 19:14:57 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-11-20 19:14:57 -0600
commit70cfbd2c44ecc523ba754e5d677769b7a2b16163 (patch)
tree5e294f8f8dafb40e8eb0231c3d9fe28fdba8d52d
parentfd4a0a53946128197a302b539b3fcb3dc5b07754 (diff)
fix: add generic favicon link
-rw-r--r--templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 59bb46c..037e423 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,3 +1,4 @@
+{# index.html #}
{% import "macros.html" as macros %}
<!DOCTYPE html>
<html lang="en">
@@ -20,6 +21,7 @@
</title>
<meta name="description" content="{{ config.description }}" />
<meta name="keywords" content="blog" />
+ <link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="alternate"
type="application/atom+xml"
title="Atom Feed"