We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b66f commit 861cfe6Copy full SHA for 861cfe6
{{cookiecutter.app_slug}}/project/client/templates/footer.html
@@ -1,7 +1,11 @@
1
<footer>
2
- <div class="container">
3
- <small>
4
- <span>© <a href="mailto:[email protected]">Real Python</a></span>
5
- </small>
6
- </div>
+ <nav class="navbar fixed-bottom navbar-light bg-light">
+ <div class="container">
+ <small>
+ <span>©
+ <a href="mailto:[email protected]">Real Python</a>
7
+ </span>
8
+ </small>
9
+ </div>
10
+ </nav>
11
</footer>
0 commit comments