Hide "to top" footer buttons on homepage
The homepage doesn't scroll, so it's a bit pointless
This commit is contained in:
parent
1b1971f09d
commit
bc18764ccf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
© <a href="{% pageurl homepage %}">TheOrangeOne</a> {% now "Y" %}
|
© <a href="{% pageurl homepage %}">TheOrangeOne</a> {% now "Y" %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="has-text-centered is-size-7">
|
<div class="has-text-centered is-size-7" id="to-top">
|
||||||
<p>
|
<p>
|
||||||
<a class="scroll-top">To top</a>
|
<a class="scroll-top">To top</a>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in a new issue