diff options
Diffstat (limited to 'templates/post.html.j2')
-rw-r--r-- | templates/post.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html.j2 b/templates/post.html.j2 index e1c447a..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 %} @@ -18,7 +18,7 @@ <section> <article> - {{ post.get_article()|markdown }} + {{ post.get_article() | safe }} </article> </section> {% endblock %}
\ No newline at end of file |