diff --git a/README.md b/README.md index 4f1f374..cdaa929 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,19 @@ theme = "basics" author = "Author Name" ``` +#### Add License +Add a license for the content in your `config.toml` file. It will be displayed in the footer. + +See below for an example: +``` +baseURL = "" +languageCode = "en-us" +title = "Basics Theme Demo" +theme = "basics" +license = "CC-BY-4.0" + +``` + #### Add Links to GitHub and GitLab Add GitHub and GitLab usernames to `.Site.Params.github` and `.Site.Params.gitlab` parameters in your `config.toml` file. Links to these accounts would show up in the top navigation bar. If these parameters are not present or is left blank, the links would disappear. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b3a9cfb..9b17515 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@