diff options
| author | 2026-03-31 00:49:07 +0700 | |
|---|---|---|
| committer | 2026-03-31 00:49:07 +0700 | |
| commit | a8f566cbeb8358aca7fb4532d8b69c513ef197f3 (patch) | |
| tree | 3d0b70016ce8f160203629da07c1a8ae3edff8af /views/layouts | |
| parent | 787581b59e86f9ec1a25f4a7f06e08240f1847e3 (diff) | |
| download | web-a8f566cbeb8358aca7fb4532d8b69c513ef197f3.tar.gz web-a8f566cbeb8358aca7fb4532d8b69c513ef197f3.zip | |
feat: add linked data
Diffstat (limited to 'views/layouts')
| -rw-r--r-- | views/layouts/general-page.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index d7d11a3..7167d12 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -16,6 +16,11 @@ <link rel="stylesheet" href="https://f003.backblazeb2.com/file/sayana-static/libs/leaflet/1.9.4/leaflet.css"> <link rel="stylesheet" href="https://f003.backblazeb2.com/file/sayana-static/libs/glightbox/3.3.0/css/glightbox.min.css"> <link href="/output.css" rel="stylesheet"> + {{- with .LinkedData }} + <script type="application/ld+json"> + {{ . }} + </script> + {{- end }} </head> <body data-theme="ram" class="font-andika text-main-hard overflow-hidden bg-interlocked-hexagons h-dvh flex flex-row"> |