fix: footer placement
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="app">
|
||||
<div class="app h-100">
|
||||
<header class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-9 col-sm-10 col-md-2">
|
||||
@@ -46,11 +46,13 @@
|
||||
</div>
|
||||
</header>
|
||||
<div id="content" class="content">{% block content %}{% endblock %}</div>
|
||||
<div id="footer" class="footer">
|
||||
|
||||
</div>
|
||||
<footer class="footer">
|
||||
{% block footer %}
|
||||
© Copyright 2010 by <a href="http://domain.invalid/">you</a>.
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user