Skip to content

Commit

Permalink
Extract footer to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox committed Apr 5, 2017
1 parent f418b7c commit 7bc62d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions app/templates/abstract/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
</div>

<footer>
<p class="pull-left text-muted">Alembic Inschrijfsysteem</p>
<p class="pull-right text-muted"><a href="https://github.com/Compizfox/Inschrijflijst/releases/tag/v1.0.0-beta1">v1.0.0-beta1</a></p>
<p class="text-muted" style="text-align: center">Geschreven door <a href="//github.com/Compizfox">Lars Veldscholte</a> - ASO Alembic</p>
{% include 'include/footer.html' %}
</footer>

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Expand Down
9 changes: 9 additions & 0 deletions app/templates/include/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p class="pull-left text-muted">
Alembic Inschrijfsysteem
</p>
<p class="pull-right text-muted">
<a href="https://github.com/Compizfox/Inschrijflijst/releases/tag/v2.1.0">v2.1.0</a>
</p>
<p class="text-muted" style="text-align: center">Geschreven door
<a href="//github.com/Compizfox">Lars Veldscholte</a> - ASO Alembic
</p>

0 comments on commit 7bc62d7

Please sign in to comment.