From f99b5b1345968a5c160e8432f364f8dc36b78c80 Mon Sep 17 00:00:00 2001 From: techxplorer <corey@techxplorer.com> Date: Sat, 19 Apr 2025 09:40:09 +0000 Subject: [PATCH] feat: add license metadata (#518) --- exampleSite/config/_default/params.toml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index cabbef1..bac6b84 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -30,6 +30,10 @@ # postSectionName = "blog" # relatedPosts = true # numberOfRelatedPosts = 3 + +# Full link to license +#license = "https://creativecommons.org/licenses/by/4.0/" + # disableTitleCapitalization = true reversepagetitle = true # When set to 'true', the Window Title will be reversed to 'Title | Author' instead of the default 'Author | Title' -- Gitblit v1.10.0