From dc23e2c14f77bf543630aea6c66dc9f77a7e789a Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Thu, 23 Nov 2023 11:46:58 +0100 Subject: [PATCH] feat: new config - enable footer_sidebar --- README.md | 1 + _config.yml | 1 + _includes/footer.html | 140 +++++++++++++++++++++--------------------- 3 files changed, 73 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index 34ba54b..72fe0be 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ description: >- # this means to ignore newlines until

footer_sidebar: + enabled: true auto: false # false = all elements will have the same width, true = each element takes what it needs arrangement: # you can rearrange the positions of the elements - description # will be the first one to be displayed diff --git a/_config.yml b/_config.yml index c0de55d..53c19a6 100644 --- a/_config.yml +++ b/_config.yml @@ -69,6 +69,7 @@ navigation: url: /search.html footer_sidebar: + enabled: true auto: true arrangement: - description diff --git a/_includes/footer.html b/_includes/footer.html index 54ed990..62625bf 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,77 +9,79 @@