summaryrefslogtreecommitdiffci
path: root/views/layouts
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 16:49:41 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 16:49:41 +0700
commitd409b1938973e31a1bdfe903fed973f396709ca2 (patch)
tree27e5f47b5c7caeb1eaaba5e897270a0bf256018c /views/layouts
parentbcf964f0851cc2d7582085efda200b58e8c5704d (diff)
downloadweb-d409b1938973e31a1bdfe903fed973f396709ca2.tar.gz
web-d409b1938973e31a1bdfe903fed973f396709ca2.zip
feat: replace fa icons on homepage with freehand
feat: remove font-awesome embeds
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/general-page.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html
index 848c786..3920bdb 100644
--- a/views/layouts/general-page.html
+++ b/views/layouts/general-page.html
@@ -24,18 +24,6 @@
/>
<link
rel="stylesheet"
- href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/fontawesome.min.css"
- />
- <link
- rel="stylesheet"
- href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/brands.min.css"
- />
- <link
- rel="stylesheet"
- href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/solid.min.css"
- />
- <link
- rel="stylesheet"
href="{{ .StaticStorageBaseUrl }}/libs/leaflet/1.9.4/leaflet.css"
/>
<link