summaryrefslogtreecommitdiff
path: root/views/layouts
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-03-31 01:12:34 +0700
committerGravatar GitHub <noreply@github.com> 2026-03-31 01:12:34 +0700
commit4c05d4c66827d6e5a131c657ee08293bcde497d1 (patch)
treee2dcbcc2650da76f0b4cc69e10e86568b4e7e7e6 /views/layouts
parentabc9e2fc1e93fba0b274f31b95340c411a73dd6d (diff)
parent85fbaeb091d0bc26b828bb4537664325d93dd119 (diff)
downloadweb-0.13.1.tar.gz
web-0.13.1.zip
v0.13.1 (#26)v0.13.1
- feat: add google site verification token for prod - fix: description meta content
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/general-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html
index 7167d12..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}}">