Fixed back-to-top button partial

This commit is contained in:
squidfunk
2025-11-11 09:41:13 +01:00
committed by Martin Donath
parent 7702610fd3
commit dba54f7be6
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{#-
This file was automatically generated - do not edit
-#}
+
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
{% set icon = config.theme.icon.top or "material/arrow-up" %}
{% include ".icons/" ~ icon ~ ".svg" %}

View File

@@ -20,7 +20,7 @@
IN THE SOFTWARE.
-->
+<!-- Back-to-top button -->
<!-- Back-to-top button -->
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
{% set icon = config.theme.icon.top or "material/arrow-up" %}
{% include ".icons/" ~ icon ~ ".svg" %}