summaryrefslogtreecommitdiffci
path: root/views/layouts
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-02 23:43:44 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-02 23:43:44 +0700
commitcca3ff72b5e29b31122c0a0496be741e7bc0162b (patch)
tree449701dcf7ac0aafc7f21116b77203d0cc51fc98 /views/layouts
parente3c80a07514a052adafd5c0f51daf69b664530e0 (diff)
downloadweb-cca3ff72b5e29b31122c0a0496be741e7bc0162b.tar.gz
web-cca3ff72b5e29b31122c0a0496be741e7bc0162b.zip
feat: move fonts into s3 static bucket
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/general-page.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html
index 93567d3..2f949a3 100644
--- a/views/layouts/general-page.html
+++ b/views/layouts/general-page.html
@@ -12,12 +12,13 @@
<link rel="canonical" href="{{.Content}}">
{{- end }}
{{- end }}
+ <link rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/fonts/fonts.css">
<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 rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/libs/glightbox/3.3.0/css/glightbox.min.css">
- <link href="/output.css" rel="stylesheet">
+ <link rel="stylesheet" href="/output.css">
{{- with .LinkedData }}
<script type="application/ld+json">
{{ . }}