aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-permalink.html
blob: e9950cfe43e153b1a6962aa485707d8ae3bd8f7c (plain)
1
2
3
4
5
6
7
8
9
<micro-metadata-permalink>
  <a title="#{{ partial "card-id.html" . }}" href="#{{ partial "card-id.html" . }}">
    {{- 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. */ -}}