diff options
Diffstat (limited to 'templates/post.html.j2')
-rw-r--r-- | templates/post.html.j2 | 2 |
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 %} |