diff options
| author | Bobby <[email protected]> | 2023-07-13 16:22:38 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-13 16:22:38 -0400 |
| commit | 0016ebebabc2783fb9363646c9beb99172ba19e2 (patch) | |
| tree | 723c3e74cdcaa78946297b5e5865714a50988762 /middleware | |
| parent | c9c0ee4e963e79910dd347c8adc4418ae818690a (diff) | |
| download | thatcomputerscientist-0016ebebabc2783fb9363646c9beb99172ba19e2.tar.xz thatcomputerscientist-0016ebebabc2783fb9363646c9beb99172ba19e2.zip | |
More branding updates
Diffstat (limited to 'middleware')
| -rw-r--r-- | middleware/globalmetamiddleware.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py index 841b8bf1..6908d570 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 That Computer Scientist. 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 Kumar Priyansh. 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), |
