About Social Code
summaryrefslogtreecommitdiff
path: root/templates/main.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-02-28 21:33:39 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-02-28 21:33:39 +0000
commit65909d33df0aa1c852f69b46b5705b5c678b250c (patch)
tree8832d3185ea1dcc47ee74ba1020c4c8a6d3ee218 /templates/main.html
parentd0ff6ebaaaec4f183a6abc146aa1b33695f75a4a (diff)
Add png favicon
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html
index b24cdb2..8635580 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -21,7 +21,8 @@ $endif$
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>