summaryrefslogtreecommitdiff
path: root/views/layouts
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/general-page.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html
index d7d11a3..2d3bff3 100644
--- a/views/layouts/general-page.html
+++ b/views/layouts/general-page.html
@@ -6,7 +6,7 @@
{{- range .Meta }}
<meta {{with .Name}}name="{{.}}" {{end}}{{with .Property}}property="{{.}}" {{end}}{{with .Content}}content="{{.}}"{{end}}>
{{- if eq .Property "og:description" }}
- <meta name="description" href="{{.Content}}">
+ <meta name="description" content="{{.Content}}">
{{- end }}
{{- if eq .Property "og:url" }}
<link rel="canonical" href="{{.Content}}">
@@ -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">