diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-03 09:36:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 09:36:58 -0600 |
commit | c908c4619c4acd183d1b1f6c7819918225f720bd (patch) | |
tree | 6a4247a202eecbb0f39b2e87e8ff75245c50dbdd /templates/post.html | |
parent | 0b112478250c2d5299ddcfaf1b6a31e4d6eedfd1 (diff) | |
parent | 03a85e52b35a750681b4c6d543fc9047a2fb0551 (diff) |
Merge branch 'vanilla-ssg' into dependabot/pip/jinja2-3.1.3
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/post.html b/templates/post.html index 994b661..5bb2b97 100644 --- a/templates/post.html +++ b/templates/post.html @@ -14,14 +14,13 @@ {% block twimage %}{{content.metadata.image_link}}{% endblock %} {% block body %} -<main> - + <div class="post"> {{ content}} + </div> <blockquote>If you have scrolled this far, consider subscribing to my mailing list <a href="https://listmonk.navan.dev/subscription/form">here.</a> You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.</blockquote> <script data-isso="https://comments.navan.dev/" src="https://comments.navan.dev/js/embed.min.js"></script> <section id="isso-thread"> <noscript>Javascript needs to be activated to view comments.</noscript> </section> -</main> {% endblock %} |