summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-21 00:44:42 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-21 00:44:42 -0600
commit284ec747d2ac0de55c3859283c7f6d63451b0480 (patch)
treecac0abf26996c9f760fc8254e7ed2fbd569c2a41 /templates/post.html
parenta704faf190902c79d94fe49a58b862407fc493aa (diff)
fix canonical url
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/post.html b/templates/post.html
index f229d70..994b661 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -3,7 +3,9 @@
{% block title %}{{content.metadata.title}}{% endblock %}
{% block ogtitle %}{{content.metadata.title}}{% endblock %}
{% block twittertitle %}{{content.metadata.title}}{% endblock %}
-
+{% block canURL %}{{content.metadata.link}}{% endblock %}
+{% block twURL %}{{content.metadata.link}}{% endblock %}
+{% block ogURL %}{{content.metadata.link}}{% endblock %}
{% block description %}{{content.metadata.description}}{% endblock %}
{% block ogdescription %}{{content.metadata.description}}{% endblock %}
{% block twitterdescription %}{{content.metadata.description}}{% endblock %}
@@ -16,8 +18,8 @@
{{ 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>
+ <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>