aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/material/templates/partials/top.html
diff options
context:
space:
mode:
Diffstat (limited to 'material/templates/partials/top.html')
-rw-r--r--material/templates/partials/top.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/material/templates/partials/top.html b/material/templates/partials/top.html
new file mode 100644
index 00000000..95da428b
--- /dev/null
+++ b/material/templates/partials/top.html
@@ -0,0 +1,8 @@
+{#-
+ 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" %}
+ {{ lang.t("top") }}
+</button>