diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-12-27 18:01:26 -0500 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-12-27 18:01:26 -0500 |
commit | d6d314ee4d456220b4499660f1c36ff71f58fc51 (patch) | |
tree | 760c1b4d8b3c5cf37cc899a9641b0449f94cb29c /templates | |
parent | 35e893b64e0926d885a800181c0500b62cd3757b (diff) |
add link to newsletter
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html index d8d06cc..48e017b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -11,7 +11,9 @@ {% block body %} <main> + {{ content}} + <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="//comments.navan.dev/" src="//comments.navan.dev/js/embed.min.js"></script> <section id="isso-thread"> |