From 651a7aa656da9fbb30f880c1936a583965dc769d Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 14 Nov 2023 22:17:28 -0500 Subject: Rename instances --- middleware/globalmetamiddleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'middleware') diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py index 6908d570..670f5811 100644 --- a/middleware/globalmetamiddleware.py +++ b/middleware/globalmetamiddleware.py @@ -7,7 +7,7 @@ class GlobalMetaMiddleware: def __call__(self, request): request.meta = { # Default General Meta Tags - 'description': 'Welcome to the home of Shifoo. I am Kumar Priyansh. This is my personal website where I share all of my thoughts, ideas, and experiences.', + 'description': 'Welcome to the home of Shifoo. I am Bobby. This is my personal website where I share all of my thoughts, ideas, and experiences.', 'image': 'https://shi.foo/static/images/logo/logo.png', 'url': '{}://{}{}'.format(request.scheme, request.get_host(), request.path), -- cgit v1.2.3