aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
blob: 827de3cb8e6ff9617099dbcb60d0b34a73de303e (plain)
1
2
3
4
5
6
7
{{- if .Params.Unlisted -}}
  <micro-metadata-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. */ -}}
  </micro-metadata-unlisted>
{{- end -}}