aboutsummaryrefslogtreecommitdiff
path: root/templates
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 /templates
parent9cbdfa382757c263974a4c3bc0238fed03f2cce0 (diff)
downloadthatcomputerscientist-1fb8d9590f286112f790bcd4e29fcfece22c7fb3.tar.xz
thatcomputerscientist-1fb8d9590f286112f790bcd4e29fcfece22c7fb3.zip
Update Meta Values in Post
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/partials/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html
index 81ba98e1..9660a95d 100644
--- a/templates/blog/partials/base.html
+++ b/templates/blog/partials/base.html
@@ -8,13 +8,13 @@
<meta name="description" content="{{ request.meta.description }}" />
<meta name="image" content="{{ request.meta.image }}" />
<meta name="url" content="{{ request.meta.url }}" />
- <meta name="title" content="{{ request.meta.title }}" />
- <meta property="og:title" content="{{ request.meta.title }}" />
+ <meta name="title" content="That Computer Scientist - {{ title }}" />
+ <meta property="og:title" content="That Computer Scientist - {{ title }}" />
<meta property="og:description" content="{{ request.meta.description }}" />
<meta property="og:image" content="{{ request.meta.image }}" />
<meta property="og:url" content="{{ request.meta.url }}" />
<meta name="twitter:card" content="summary_large_image" />
- <meta name="twitter:title" content="{{ request.meta.title }}" />
+ <meta name="twitter:title" content="That Computer Scientist - {{ title }}" />
<meta name="twitter:description" content="{{ request.meta.description }}" />
<meta name="twitter:image" content="{{ request.meta.image }}" />
<meta name="robots" content="{{ request.meta.robots }}" />