aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-view.html
blob: 6ec5d31f29bc7fce44d611c7812f5c232af6b2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $href := print .Permalink -}}

<micro-metadata-view>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  <a href="{{ $href }}">
    {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/external-link.svg")) -}}
    <span>view</span>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </a>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</micro-metadata-view>
{{- /* This comment removes trailing newlines and white spaces. */ -}}