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

<micro-metadata-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. */ -}}
</micro-metadata-permalink>
{{- /* This comment removes trailing newlines and white spaces. */ -}}