aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
blob: aedab0e35546f1d348d6c46004a70a2ffac8ceb1 (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 -}}