aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-view.html
blob: ccdac1c933bf0e0ead0a72f62d1936bf7caa9f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $href := or .Params.Feed.link .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. */ -}}