summaryrefslogtreecommitdiff
path: root/blog/src/templates/common/header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 20:12:51 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 20:12:51 -0600
commit36aaa5826e3b67d0e199bdde828c6bc6e45b3c56 (patch)
tree67648828e7f885eae05cbd5209e6551f36f486de /blog/src/templates/common/header.html
parentc99a10e28b00a913f3c6141e29a908616f625b31 (diff)
reflect new footer and add favicon
Diffstat (limited to 'blog/src/templates/common/header.html')
-rw-r--r--blog/src/templates/common/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/templates/common/header.html b/blog/src/templates/common/header.html
index 27058a8..b6fb3b1 100644
--- a/blog/src/templates/common/header.html
+++ b/blog/src/templates/common/header.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$$TITLE -- Luévano's Blog</title>
<link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
- <link rel="icon" href="fa/svgs/solid/dragon.svg">
+ <link rel="icon" href="images/icons/favicon.ico">
<!-- general style -->
<link rel="stylesheet" type="text/css" href="css/style.css">