From e660b87273e24b20fe0240eb1f6de446ce781a5a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 18:31:52 -0800 Subject: [PATCH] Clarify this project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06d5a5e2..cbfba223 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ paigebootstrapstyles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap st paigebootstrapicons: "/my-assets/my-bootstrap-icons.css" # Use local Bootstrap icons paigebootstrapscripts: "/my-assets/my-bootstrap.bundle.min.js" # Use local Bootstrap scripts paigedateformat: "2006 January 2" # Hugo date format for page dates -paigehidethemecomment: true # Don't put a link to the project in a code comment -paigehidethemelink: true # Don't put a link to the project in the footer +paigehidethemecomment: true # Don't put a link to this project in a code comment +paigehidethemelink: true # Don't put a link to this project in the footer ``` If you set either `paigehidethemecomment` or `paigehidethemelink`, please credit this project in a post so others may find it.