diff --git a/README.md b/README.md index 7702819..34ba54b 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ layouts: ### Footer Sidebar The footer Sidebar is the content directly above the footer. -Per default there are 4 elements available: +Per default there are 6 elements available: **description:** Uses the `description:` of `_config` to display all the data from there. For the best experience you should use an

on the top. **categories:** Shows random categories according to the count. @@ -404,6 +404,7 @@ description: >- # this means to ignore newlines until

footer_sidebar: + 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 - tags # second in the row ... diff --git a/_config.yml b/_config.yml index de6c919..c0de55d 100644 --- a/_config.yml +++ b/_config.yml @@ -69,6 +69,7 @@ navigation: url: /search.html footer_sidebar: + auto: true arrangement: - description - tags diff --git a/_includes/footer.html b/_includes/footer.html index 0b3e4ee..88207a2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -10,7 +10,7 @@ {% if site.footer_sidebar.arrangement %} -