Use post url for finding utterances issue

This commit is contained in:
Philipp Oppermann
2018-06-27 12:07:11 +02:00
parent 83873ab54b
commit 56c9b0e41a
4 changed files with 18 additions and 18 deletions

View File

@@ -7,3 +7,12 @@
</div>
</article>
{% endmacro post_link %}
{% macro utterances() %}
<script src="https://utteranc.es/client.js"
repo="phil-opp/blog_os"
issue-term="url"
crossorigin="anonymous"
async>
</script>
{% endmacro utterances %}