aboutsummaryrefslogtreecommitdiff
path: root/middleware/globalmetamiddleware.py
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/globalmetamiddleware.py')
-rw-r--r--middleware/globalmetamiddleware.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py
index 197dd210..1a9a1d6b 100644
--- a/middleware/globalmetamiddleware.py
+++ b/middleware/globalmetamiddleware.py
@@ -8,6 +8,7 @@ class GlobalMetaMiddleware:
def __call__(self, request):
request.meta = {
# Default General Meta Tags
+ "title": "Shifoo",
"description": "Welcome to the home of Shifoo. This is my personal website where I share all of my thoughts, ideas, and experiences.",
"image": "https://shi.foo/static/images/favicons/android-chrome-512x512.png",
"url": "{}://{}{}".format(request.scheme, request.get_host(), request.path),