Fix a small bug in giscus template

This commit is contained in:
Maruan Al-Shedivat 2023-10-05 00:36:32 -04:00
parent 51d367c765
commit dc3289ddfc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div id="giscus_thread">
<div id="giscus_thread" style="max-width: {{ site.max_width }}; margin: 0 auto;">
{%- if site.giscus.repo -%}
<script>
let giscusTheme = localStorage.getItem("theme");