aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-unlisted.html')
-rw-r--r--themes/default/layouts/partials/meta-unlisted.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/meta-unlisted.html b/themes/default/layouts/partials/meta-unlisted.html
new file mode 100644
index 0000000..df67e4e
--- /dev/null
+++ b/themes/default/layouts/partials/meta-unlisted.html
@@ -0,0 +1,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 -}}