From 2582a9b2d8d1eb889ccc95da2ababc048628a3fe Mon Sep 17 00:00:00 2001 From: Lutong Chen Date: Fri, 17 Apr 2020 11:19:34 +0800 Subject: fixed #12 and #13 --- exampleSite/config.toml | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/info.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5a590cb..4867189 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -15,7 +15,7 @@ footnoteReturnLinkContents = "^"

Also all html tags such as link are a good here.

""" - copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." + # copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." [[menu.main]] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 72d9eea..6967213 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -18,6 +18,6 @@ {{end}}
- +
\ No newline at end of file diff --git a/layouts/partials/info.html b/layouts/partials/info.html index ff06573..3082d96 100644 --- a/layouts/partials/info.html +++ b/layouts/partials/info.html @@ -8,7 +8,7 @@ --> {{ range .Params.tags }} - + {{ . }} {{ end }} -- cgit v1.2.3