Initial commit
This commit is contained in:
12
tests/templates/footer.html
Normal file
12
tests/templates/footer.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<footer class="footer mt-5 bg-tertiary">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-sm text-light">
|
||||
<div class="container">
|
||||
<p class="col-md-4 mb-0 text-muted">
|
||||
© {{ current_year }} Andrew Bryant
|
||||
</p>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user