diff --git a/lms/www/lms.py b/lms/www/lms.py index df0e9a7f..97f520a5 100644 --- a/lms/www/lms.py +++ b/lms/www/lms.py @@ -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,