Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2729602

Browse files
committed
bugfix
1 parent 901fc11 commit 2729602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func executeTpl(ctx echo.Context, tpl *template.Template, data map[string]interf
285285
if seoTpl := tpl.Lookup("seo"); seoTpl == nil {
286286
tpl.Parse(`{{define "seo"}}
287287
<meta name="keywords" content="` + logic.WebsiteSetting.SeoKeywords + `">
288-
<meta name="description" content="` + logic.WebsiteSetting.SeoKeywords + `">
288+
<meta name="description" content="` + logic.WebsiteSetting.SeoDescription + `">
289289
{{end}}`)
290290
}
291291

0 commit comments

Comments
 (0)