summaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/partials/top.html
blob: 95da428b43c6f2236621e7d93c4c98e8856e4807 (plain) (blame)
1
2
3
4
5
6
7
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>