From 7defcb60fd9186e8d236c7f97143d1dcf5ed68b5 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Wed, 8 Jul 2020 19:26:00 +0200 Subject: [PATCH] feat: markdownify copyright-line --- exampleSite/config.toml | 10 ++++++---- layouts/partials/footer.html | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 677e48a..07d1303 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,6 +13,7 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant" [params] # A "copyright"-line to be added at the bottom of the page. + # Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page. copyright = "© Jane Doe" # The "description" of your website. This is used in the meta data of your generated html. @@ -26,14 +27,15 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant" # See https://gohugo.io/templates/internal#twitter-cards and # https://gohugo.io/templates/internal#open-graph. images = ["/images/cover-image.jpg"] - - # Another "title" :-). This one is used as the site_name on the Hugo's internal - # opengraph structured data template. + + # Another "title" :-). This one is used as the site_name on the Hugo's internal + # opengraph structured data template. # See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. title = "Jane Doe - Nutrition Coach & Chef Consultant" - + # This theme will, by default, inject a design-by-line at the bottom of the page. # You can turn it off, but we would really appreciate if you don’t :-) # hidedesignbyline = true + [params.meta] keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6b23172..fc0dc8e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,9 @@ \ No newline at end of file +