summaryrefslogtreecommitdiff
path: root/templates/post.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-01 19:59:08 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-01 19:59:08 -0400
commitb56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad (patch)
treeda8be3af4dffab2ca0223c57564755f84ebe286d /templates/post.html.j2
parent6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4 (diff)
downloadcarpentertutoring-b56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad.tar.xz
carpentertutoring-b56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad.zip
fix: amy proofreads
Diffstat (limited to 'templates/post.html.j2')
-rw-r--r--templates/post.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html.j2 b/templates/post.html.j2
index 2d70ebc..3d5c7aa 100644
--- a/templates/post.html.j2
+++ b/templates/post.html.j2
@@ -8,7 +8,7 @@
<meta name="description" content="{{ post.get_description() }}" />
<meta property="og:description" content="{{ post.get_description() }}" />
<meta property="og:title" content="{{ post.get_title() }}" />
-<meta property="og:url" content="https://carpentertutoring.com/posts/{{ post.get_title()|e }}" />
+<meta property="og:url" content="https://carpentertutoring.com/blog/{{ post.get_title()|e }}" />
{% endblock %}
{% block main %}