aboutsummaryrefslogtreecommitdiff
path: root/middleware
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-27 01:00:09 -0400
committerBobby <[email protected]>2023-05-27 01:00:09 -0400
commit1fb8d9590f286112f790bcd4e29fcfece22c7fb3 (patch)
tree14383e7a89f63e511ce4d07e78705e9c2435f8bb /middleware
parent9cbdfa382757c263974a4c3bc0238fed03f2cce0 (diff)
downloadthatcomputerscientist-1fb8d9590f286112f790bcd4e29fcfece22c7fb3.tar.xz
thatcomputerscientist-1fb8d9590f286112f790bcd4e29fcfece22c7fb3.zip
Update Meta Values in Post
Diffstat (limited to 'middleware')
-rw-r--r--middleware/globalmetamiddleware.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py
index 4a98dc02..a70efc8c 100644
--- a/middleware/globalmetamiddleware.py
+++ b/middleware/globalmetamiddleware.py
@@ -7,7 +7,6 @@ class GlobalMetaMiddleware:
def __call__(self, request):
request.meta = {
# Default General Meta Tags
- 'title': 'That Computer Scientist',
'description': 'Welcome to the home of That Computer Scientist. I am Kumar Priyansh. This is my personal website where I share all of my thoughts, ideas, and experiences.',
'image': 'https://thatcomputerscientist.com/static/images/logo/logo.png',
'url': '{}://{}{}'.format(request.scheme, request.get_host(), request.path),