diff --git a/hugo.toml b/hugo.toml index fc93444..620b815 100644 --- a/hugo.toml +++ b/hugo.toml @@ -124,7 +124,7 @@ offlineSearch = true prism_syntax_highlighting = false [params.copyright] - authors = "IPCEIS-CIS Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) | " + authors = "IPCEI-CIS eDF Development Team" from_year = 2024 # User interface configuration diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..e369687 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,56 @@ +{{ $links := .Site.Params.links }} + + +{{ define "footer-links-block" }} +{{ range . }} +
  • {{ .name }}
  • +{{ end }} +{{ end }}