fix: meta title for pages that don't have a default title
This commit is contained in:
@@ -57,6 +57,9 @@ def get_meta(app_path, title, favicon, description):
|
||||
if not meta.get("image"):
|
||||
meta["image"] = favicon
|
||||
|
||||
if not meta.get("keywords"):
|
||||
meta["keywords"] = ""
|
||||
|
||||
if not meta:
|
||||
meta = {
|
||||
"title": title,
|
||||
|
||||
Reference in New Issue
Block a user