diff options
| -rw-r--r-- | middleware/globalmetamiddleware.py | 2 | ||||
| -rw-r--r-- | templates/userpages/partials/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
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), diff --git a/templates/userpages/partials/base.html b/templates/userpages/partials/base.html index 11c94cf1..d6dd452a 100644 --- a/templates/userpages/partials/base.html +++ b/templates/userpages/partials/base.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" - content="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." + content="Welcome to the home of Shifoo. I am Bobby. This is my personal website where I share all of my thoughts, ideas, and experiences." /> <title>{{ username }}'s {{ title }} | Shifoo </title> <link preload rel="stylesheet" href="{% static 'css/main.css' %}" /> |
