diff --git a/config/_default/params.toml b/config/_default/params.toml index 7ea06f3..0d12e7a 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -22,7 +22,7 @@ highlightCurrentMenu = true # The sections to display in the recent articles list. If not provided, the section with the most articles is used. mainSections = ["posts"] # Whether to remove Hugo and theme attribution in the footer. -removeAttribution = false +removeAttribution = true # Whether to show anchor links in headings. Can be overridden by Page-specific `showHeadingAnchors` in its front matter. showHeadingAnchors = true # Whether to enable search. Needs JSON output for this to work. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..9a5784e --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,16 @@ + +