aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/menu-permalink.html
blob: 6f195593280823ce2d0b34ce1fc9c182c8414cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
{{- $href := print .Permalink "#" (partial "card-id.html" .) -}}

<meta-permalink>
  <a title="#{{ partial "card-id.html" . }}" href="{{ $href }}">
    {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/link.svg")) -}}
    <span>Permalink</span>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </a>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</meta-permalink>
{{- /* This comment removes trailing newlines and white spaces. */ -}}