Added back-to-top button
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-24 15:19:51 +01:00
parent 91a950d7ad
commit ba42af74a8
4 changed files with 33 additions and 1 deletions

View File

@ -33,6 +33,11 @@
</div>
</div>
</div>
<button id="back-to-top"
class="btn btn-primary btn-lg"
title="Click to return to the start of the page" data-toggle="tooltip" data-placement="left">
<span class="fas fa-chevron-square-up"></span>
</button>
</div>
{% include footer.html %}
</body>