summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-27 22:50:25 -0600
committerGitHub <noreply@github.com>2024-03-27 22:50:25 -0600
commitb62de364bbda7ef31a43addb8dd5293bb1c4cede (patch)
tree673220d876170aec04f454b383ad274ea0645690 /templates/post.html
parent49e3edec9627cd6c076c549a1bdd0aad9287312e (diff)
parentc80825fd2500bc3044e00b7361a71f4cea2813e3 (diff)
Merge pull request #18 from navanchauhan/hyde-theme-port
Hyde theme port
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html5
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 %}