Fix a small bug in giscus template
This commit is contained in:
parent
51d367c765
commit
dc3289ddfc
|
|
@ -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 -%}
|
{%- if site.giscus.repo -%}
|
||||||
<script>
|
<script>
|
||||||
let giscusTheme = localStorage.getItem("theme");
|
let giscusTheme = localStorage.getItem("theme");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue