update theme default to light

update category default to General
This commit is contained in:
James Ray 2022-02-28 09:43:23 -05:00
parent 7c8e01b618
commit bb40e0d2fc
No known key found for this signature in database
GPG key ID: E8AD82EF4759BD72

View file

@ -1,6 +1,6 @@
{{ $repo := site.Params.features.comment.giscus.repo }}
{{ $category := site.Params.features.comment.giscus.category | default "Announcements" }}
{{ $theme := site.Params.features.comment.giscus.theme | default "dark" }}
{{ $category := site.Params.features.comment.giscus.category | default "General" }}
{{ $theme := site.Params.features.comment.giscus.theme | default "light" }}
{{ $map := site.Params.features.comment.giscus.map | default "url" }}
{{ $reaction := site.Params.features.comment.giscus.reaction | default "1" }}
{{ $metadata := site.Params.features.comment.giscus.metadata | default "0" }}