aboutsummaryrefslogtreecommitdiff
path: root/src/templates/partials
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/partials')
-rw-r--r--src/templates/partials/master.html5
-rw-r--r--src/templates/partials/nav.html2
2 files changed, 4 insertions, 3 deletions
diff --git a/src/templates/partials/master.html b/src/templates/partials/master.html
index cebdd61..315c200 100644
--- a/src/templates/partials/master.html
+++ b/src/templates/partials/master.html
@@ -1,11 +1,12 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
- <link rel="icon" href="/static/favicon.ico">
+ <link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
+ <link rel="alternate icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ $cssRoute }}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
-
+ <meta name="description" content="The simple, self-hosted, open source and privacy friendly URL shortener : anonymous usage, no tracking.">
<title>short.adyxax.org</title>
</head>
<body>
diff --git a/src/templates/partials/nav.html b/src/templates/partials/nav.html
index a4132e0..3566005 100644
--- a/src/templates/partials/nav.html
+++ b/src/templates/partials/nav.html
@@ -1,5 +1,5 @@
<nav>
- <a href="/">short.adyxax.org</a>
+ <a href="/"><img alt="short.adyxax.org" src="/static/favicon.svg" height="50"></a>
<ul>
<li><a href="/about">About</a></li>
</ul>