aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
blob: df67e4ec2f4e1b3d6ee8547a4afbda3b65f9862f (plain)
1
2
3
4
5
6
7
{{- if .Params.Unlisted -}}
  <meta-unlisted title="This message is off the record">
   {{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/eye-off.svg")) -}}
   <span>unlisted</span>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </meta-unlisted>
{{- end -}}