aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-link.html
blob: 442e99fa4d40c54ddbc9185df5b657c0a348fb12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<micro-metadata-link>
  {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/link.svg")) -}}

  <cite>
    <a title="#{{ partial "card-id.html" . }}" href="#{{ partial "card-id.html" . }}">
      id
{{- /* This comment removes trailing newlines and white spaces. */ -}}
    </a>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </cite>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</micro-metadata-link>
{{- /* This comment removes trailing newlines and white spaces. */ -}}