diff options
| author | 2026-03-31 01:12:34 +0700 | |
|---|---|---|
| committer | 2026-03-31 01:12:34 +0700 | |
| commit | 4c05d4c66827d6e5a131c657ee08293bcde497d1 (patch) | |
| tree | e2dcbcc2650da76f0b4cc69e10e86568b4e7e7e6 /views | |
| parent | abc9e2fc1e93fba0b274f31b95340c411a73dd6d (diff) | |
| parent | 85fbaeb091d0bc26b828bb4537664325d93dd119 (diff) | |
| download | web-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')
| -rw-r--r-- | views/layouts/general-page.html | 2 |
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}}"> |