fix: meta tag in web form
This commit is contained in:
parent
c146ea24b6
commit
bcc2e79c20
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ def get_context(context):
|
|||
description = self.introduction_text[:140]
|
||||
|
||||
context.metatags = {
|
||||
"name": self.meta_title or self.title,
|
||||
"title": self.meta_title or self.title,
|
||||
"description": description,
|
||||
"image": self.meta_image,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue