diff options
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 22625f5..8efcc78 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -6,6 +6,7 @@ <link href="style.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Johannes Löthberg"> + <link rel="icon" type="image/png" href="https://theos.kyriasis.com/glider.png" /> {% block head %}{% endblock %} </head> |