File: top.html

package info (click to toggle)
mkdocs-material 9.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,636 kB
  • sloc: javascript: 3,965; python: 3,622; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
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>