From 3381c5031bf30d3b1212619b662898f178d695f1 Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Tue, 22 Oct 2019 14:07:21 +0300 Subject: [PATCH] Allow specifying custom links in the footer --- README.md | 2 ++ alchemy/templates/include/footer.html | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index eb8c8b8..26aef83 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ Visit the [Settings wiki](https://github.com/nairobilug/pelican-alchemy/wiki/Set - **DESCRIPTION**: Index HTML head `` description. - **LINKS**: A list of tuples (Title, URL) for menu links. - **ICONS**: A list of tuples (Icon, URL) for icon links. +- **FOOTER_LINKS**: A list of tuples (Title, URL) for footer links. Replaces + default set of links (Authors, Archives, Categories, Tags). - **BOOTSTRAP_CSS**: URL of Bootstrap CSS file. Use this to enable Boostwatch themes. - **PYGMENTS_STYLE**: Built-in Pygments style for syntax highlighting. - **HIDE_AUTHORS**: Hide the author(s) of an article - useful for single author sites. diff --git a/alchemy/templates/include/footer.html b/alchemy/templates/include/footer.html index a6c56c2..a452fba 100644 --- a/alchemy/templates/include/footer.html +++ b/alchemy/templates/include/footer.html @@ -1,5 +1,6 @@

Generated by Pelican