aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-unlisted.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-09 10:13:53 -0400
committertdro <tdro@noreply.example.com>2022-07-09 10:13:53 -0400
commit8e1256308c9c24fa45783a7c0be7ff74a33906ee (patch)
treeb3c62a2f4eb6bfb0a0ac0c8e7563507a2677df6d /themes/default/layouts/partials/meta-unlisted.html
parent2b0c90bcf35d2a68a4ac4aabec6e9c04fd6e234f (diff)
downloadcanory-8e1256308c9c24fa45783a7c0be7ff74a33906ee.tar.gz
canory-8e1256308c9c24fa45783a7c0be7ff74a33906ee.tar.bz2
canory-8e1256308c9c24fa45783a7c0be7ff74a33906ee.zip
themes/default/layouts/partials/card-meta: Add icons
Dry up and normalize white spaces.
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..a82dad0
--- /dev/null
+++ b/themes/default/layouts/partials/meta-unlisted.html
@@ -0,0 +1,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 -}}