Fix 2nd edition template errors accidentally introduced by merge

This commit is contained in:
Philipp Oppermann
2022-01-23 21:29:25 +01:00
parent f6d06bcf67
commit 6f1b982f3a
5 changed files with 13 additions and 12 deletions

View File

@@ -25,6 +25,7 @@
<div class="giscus"></div>
<script src="https://giscus.app/client.js"
data-repo="phil-opp/blog_os"
data-repo-id="MDEwOlJlcG9zaXRvcnkzOTU3NTEwMQ=="
data-category="Post Comments"
data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMzMDE4OTg1"
@@ -37,6 +38,9 @@
data-reactions-enabled="1"
data-emit-metadata="1"
data-theme="preferred_color_scheme"
crossorigin="anonymous"
async>
</script>
<p class="comment-directly-on-github">
Instead of authenticating the <a href="https://giscus.app">giscus</a> application, you can also comment directly <a href="{{ discussion_url | safe }}"><em>on GitHub</em></a>.