mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-01 02:08:46 -04:00
Fixed back-to-top button partial
This commit is contained in:
@@ -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" %}
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user