From a8718592dfce06452ffd66dc544777e71b4a2782 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 11 Feb 2021 18:46:23 +0100 Subject: [PATCH] fix(utterances): set color scheme on load (#138) * fix(utterances): set color scheme on load Remove utterances.theme option from config.yaml * fix(utterances): restore async tag --- exampleSite/config.yaml | 1 - .../comments/provider/utterances.html | 19 ++++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index fb89f51..515c97c 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -50,7 +50,6 @@ params: repo: issueTerm: pathname label: - theme: preferred-color-scheme widgets: enabled: diff --git a/layouts/partials/comments/provider/utterances.html b/layouts/partials/comments/provider/utterances.html index e2ecf6d..a0c07a6 100644 --- a/layouts/partials/comments/provider/utterances.html +++ b/layouts/partials/comments/provider/utterances.html @@ -1,12 +1,12 @@ \ No newline at end of file