Skip to content

Commit

Permalink
use giscus to allow comments (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis committed Aug 22, 2023
1 parent d3d30d9 commit 4c30c17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/lean_theme/templates/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
{{ header.html_header() }}
<main id="content">
{% block content %}{% endblock %}

<script src="https://giscus.app/client.js"
data-repo="leanprover-community/blog"
data-repo-id="MDEwOlJlcG9zaXRvcnkzOTM3OTE1ODU="
data-category="Announcements"
data-category-id="DIC_kwDOF3jIYc4CQntU"
data-mapping="og:title"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async>
</script>
</main>
{{ footer.html_footer() }}
</div>
Expand Down

0 comments on commit 4c30c17

Please sign in to comment.