diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index f3ec791af..2c9eb8227 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -7,6 +7,8 @@ topnav: url: advanced-configuration - page: Contribute url: contribute +- page: Sponsor + url: https://opencollective.com/libretime docsnav: - section: Install @@ -32,7 +34,7 @@ docsnav: url: scheduling-shows - page: Broadcasting Live url: live-broadcast - - page: Adding Users + - page: Managing Users url: users - page: Listen To Your Stream url: listen diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index e3d8291a9..216112162 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -30,6 +30,9 @@ layout: default /* Estimated height of largest sidebar in case of short content */ min-height: 800px; } + section{ + padding:1rem 0 + }
+ {{ page.blurb }} +
+