aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/menu-embed.html
blob: 789010263391c99081a85f2d96f0d65836b10824 (plain)
1
2
3
4
5
6
7
8
{{- $href := print .Permalink -}}

<micro-metadata-embed>
  <a href="{{ print $href "embed.html" }}">
    {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/code.svg")) -}}
    <span>Embed</span>
  </a>
</micro-metadata-embed>