From b536220bd067d9e317ddcd8f727999b6fe2e90ea Mon Sep 17 00:00:00 2001 From: salomon valverde Date: Mon, 1 Oct 2018 19:21:30 -0600 Subject: update footer info --- exampleSite/config.toml | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/menu.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index acddfa6..0b9e71f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -67,7 +67,7 @@ title = "Assembly" # Footer section [params.footer] enable = true - copy = "© Assembly Inc | All rights reserved." + copy = "2018 © Assembly Inc. | All rights reserved" twitter = "" facebook = "" instagram = "" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2f1d3fd..d92e32f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ {{ if .Site.Params.footer.enable }} {{ end }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index c5b153f..a5b2302 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -10,7 +10,7 @@
  • {{ with .Site.Params.nav.welcome }}{{ . | markdownify }}{{ end }}
  • {{ end }} {{ if .Site.Params.contact.enable }} -
  • {{ with .Site.Params.nav.contact }}{{ . | markdownify }}{{ end }}
  • +
  • {{ with .Site.Params.nav.contact }}{{ . | markdownify }}{{ end }}
  • {{ end }} -- cgit v1.2.3