commit 3b60c06db11a537719fd949c0ff4f1cef752c4d5 Author: hiro hiro@torproject.org Date: Fri Sep 13 20:35:03 2019 +0200
Add sticky bottom bar --- templates/bottom_banner.html | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/templates/bottom_banner.html b/templates/bottom_banner.html index e69de29..ceb8c46 100644 --- a/templates/bottom_banner.html +++ b/templates/bottom_banner.html @@ -0,0 +1,3 @@ +<nav class="navbar sticky-bottom navbar-light bg-light"> + <a class="navbar-brand" href="#">Sticky top</a> +</nav>