aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-view.html
blob: 6936da7dd041fe7e083a6a5239f73e0e3a67514b (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. */ -}}