We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1881be commit d2e3ee5Copy full SHA for d2e3ee5
layout/partials/back2top.ejs
@@ -1,8 +1,6 @@
1
-<img class="back-to-top-btn" src="/images/fly-to-top.png">Back to Top</img>
2
-
+<img class="back-to-top-btn" src="/images/fly-to-top.png"/>
3
<script>
4
// Elevator script included on the page, already.
5
6
window.onload = function() {
7
var elevator = new Elevator({
8
selector:'.back-to-top-btn',
0 commit comments