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

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