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:
@@ -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" . }}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user