Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paul@brainspark.nl>2020-03-10 23:00:40 +0300
committerPaul <paul@brainspark.nl>2020-03-10 23:00:40 +0300
commit624116f6c47a8b0bbcb6180b0488ef742e3ee3f3 (patch)
tree0c2d536057af73d6b1a22aa06c477e5b8b8e60c9 /README.md
parent08c5c4789053b28dd4f7c40c10e010f3955a4702 (diff)
Add bar_with_2_columns footer type
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47f0e72..1317a70 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,13 @@ Within your `config.toml` add the according parameter you want the theme to use.
The theme will look for the theme parts in *layouts/partials/navs/*, *layouts/partials/headers/*, and *layouts/partials/footers/* accordingly. For instance, with `nav = "simple"`, it will look for *layouts/partials/navs/simple.html*.
+### Supported footer styles
+
+The following footer styles are included:
+
+* `simple`, just a copyright statement and the option to have a limited number of links in the footer. Links are taken from .Params.footerLinks.
+* `bar_with_2_columns`, a gray bar at the bottom with two columns (left aligned and right aligned). Links are taken from .Params.footerLinksColumn1 and .Params.footerLinksColumn2.
+
## Breadcrumbs
By default a breadcrumb bar is shown at the top of each page other than Home. You can disable showing the breadcrumb bar at a site or page level by setting `showBreadcrumbs` to `false`.