diff options
author | Andrew Godwin | 2022-11-23 16:15:00 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-23 16:15:00 -0700 |
commit | e18f2879fc4f427b1fde80e18fb65a90eeaef659 (patch) | |
tree | 0240398d530bb290daefb58a96ffe0689b94a95b /templates | |
parent | ae5a16e1337338926c194b35485f7e769bb2c2be (diff) | |
download | takahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.tar.gz takahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.tar.bz2 takahe-e18f2879fc4f427b1fde80e18fb65a90eeaef659.zip |
Add a lot more docs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 |
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> |