diff --git a/README.md b/README.md index 2f304334..b2a82c69 100644 --- a/README.md +++ b/README.md @@ -244,9 +244,6 @@ paige: account_id: "" utterances: # See https://utteranc.es github_repo: "" - credit: - data: - hide: false # Don't credit this project in a data attribute date: format: ":date_long" # Hugo date format source: "published" # Displayed date in single pages; must be "published" or "modified" diff --git a/layouts/partials/paige/html.html b/layouts/partials/paige/html.html index cd3390fa..c137fcda 100644 --- a/layouts/partials/paige/html.html +++ b/layouts/partials/paige/html.html @@ -1,8 +1,7 @@ {{ $page := . }} -{{ $credit := $page.Param "paige.credit.data.hide" | not }} {{ $dark := eq ($page.Param "paige.color_scheme") "dark" }} {{ $lang := site.LanguageCode | default site.Language.Lang }} {{ $rtl := eq $page.Language.LanguageDirection "rtl" }} - +