summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-23 16:15:00 -0700
committerAndrew Godwin2022-11-23 16:15:00 -0700
commite18f2879fc4f427b1fde80e18fb65a90eeaef659 (patch)
tree0240398d530bb290daefb58a96ffe0689b94a95b /templates
parentae5a16e1337338926c194b35485f7e769bb2c2be (diff)
downloadtakahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.tar.gz
takahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.tar.bz2
takahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.zip
Add a lot more docs
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 485e0d3..2fd92bf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,6 +9,7 @@
<link rel="stylesheet" href="{% static "fonts/raleway/raleway.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "fonts/font_awesome/all.min.css" %}" type="text/css" />
<link rel="manifest" href="/manifest.json" />
+ <link rel="shortcut icon" href="{{ config.site_icon }}">
<script src="{% static "js/hyperscript.min.js" %}"></script>
<script src="{% static "js/htmx.min.js" %}"></script>
<style>