From a09b1d9585fb02d2feed582f7f9ccf4f7cb8f324 Mon Sep 17 00:00:00 2001 From: Christian Giacomi Date: Thu, 10 Oct 2019 13:01:45 +0200 Subject: feat: add copyright option --- README.md | 2 ++ exampleSite/config.toml | 2 ++ layouts/partials/footer.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41bb39e..e9cc74a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ languageCode = "en-us" title = "My personal blog" theme = "ezhil" +copyright = "© Copyright notice" + # Enable syntax highlighting. pygmentsstyle = "vs" pygmentscodefences = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a930a6e..6eb3bc5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,8 @@ title = "Ezhil" theme = "ezhil" paginate = 5 +copyright = "© Copyright notice" + pygmentsstyle = "vs" pygmentscodefences = true pygmentscodefencesguesssyntax = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b3f1539..52d25ba 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ -- cgit v1.2.3