diff options
| -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}}"> |