From d9d09179a3aa8be6f21842961a1679e2160a7a79 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 20 Jul 2024 12:26:16 -0700 Subject: [PATCH] Add paige.comments.utterances.theme config --- README.md | 1 + layouts/partials/paige/comments/utterances.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bb48e2..95baaeea 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ site = "" [paige.comments.utterances] # See https://utteranc.es repo = "" +theme = "" [paige.feed] disable = false # Exclude the page from feeds diff --git a/layouts/partials/paige/comments/utterances.html b/layouts/partials/paige/comments/utterances.html index 5da19458..b7b7b72f 100644 --- a/layouts/partials/paige/comments/utterances.html +++ b/layouts/partials/paige/comments/utterances.html @@ -2,7 +2,7 @@ {{ with $page.Param "paige.comments.utterances" }}
- +
{{ end }}