From 0444db0af3837b31b596213e44a2cbb09ae7fcf1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 18:31:30 -0800 Subject: [PATCH] Clarify paigedateformat documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b1486e..06d5a5e2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ math: true # Enable math typesetting with KaTeX paigebootstrapstyles: "/my-assets/my-bootstrap.min.css" # Use local Bootstrap styles 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" # Format for page dates +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 ```