1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 13:05:48 -04:00

*actually* fix utteranc.es dark/light theme-ing

This commit is contained in:
2020-04-26 15:07:35 -04:00
parent 6360e58f60
commit c3f46dd9db
7 changed files with 61 additions and 47 deletions

View File

@@ -10,7 +10,6 @@
{{ block "main" . }}{{ end }}
</div>
{{ partialCached "page/footer" . }}
{{ partial "scripts/_bundle" . }}
{{ partial "scripts/shortcodes" . }}
{{ if eq hugo.Environment "production" }}
{{ partialCached "scripts/simple_analytics" . }}

View File

@@ -12,9 +12,7 @@
</div>
{{ if and (ne .Params.comments false) (eq hugo.Environment "production") }}
<div id="comments">
{{ partial "scripts/utterances" . }}
</div>
<div id="comments"></div>
{{ end }}
</article>
</main>