aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
blob: 066a45cb6e2859369e1c748ff26d2a53dca1f154 (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.html" "static") "/icons/feather/eye-off.svg")) -}}
   <span>unlisted</span>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
  </unlisted-entry>
{{- end -}}