aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/menu-plain.html
blob: 38869452eefc06a42b625e0abfc73356b94f3521 (plain)
1
2
3
4
5
6
7
8
9
{{- $href   := print .Permalink -}}
{{- $plain  := print $href "index.txt" -}}

<micro-metadata-plain>
  <a href="{{ $plain }}">
    {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/notes.svg")) -}}
    <span>Plaintext</span>
  </a>
</micro-metadata-plain>