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