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