fix: meta tag in web form

This commit is contained in:
David 2024-06-13 16:35:17 +02:00
parent c146ea24b6
commit bcc2e79c20
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -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,
}