diff options
| author | 2026-03-28 01:05:02 +0700 | |
|---|---|---|
| committer | 2026-03-28 01:05:02 +0700 | |
| commit | 610341bc9d59f9724e8e71f663b28df1904cb038 (patch) | |
| tree | 2d091bdc534acf066622c8b9378287852ce0b864 /views/layouts | |
| parent | 90d8f1e5ca4170a52e44f63a9fe4d5caf99d6dd6 (diff) | |
| download | web-610341bc9d59f9724e8e71f663b28df1904cb038.tar.gz web-610341bc9d59f9724e8e71f663b28df1904cb038.zip | |
feat: add meta for embeds & search engines
Diffstat (limited to 'views/layouts')
| -rw-r--r-- | views/layouts/general-page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index 01043c6..2bf548f 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + {{ block "meta" . }}{{ end }} <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> <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"> |