aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-21 01:34:13 -0500
committertdro <tdro@noreply.example.com>2022-12-21 01:34:13 -0500
commit1ee7be4fb6e73ced1a314712e870759e8ff7eff5 (patch)
tree53f8210221480101c6b91a0fac27ad4c73022179 /themes
parent7f5c73bc0384f1a0ffec2701d4183e2208007b40 (diff)
downloadcanory-1ee7be4fb6e73ced1a314712e870759e8ff7eff5.tar.gz
canory-1ee7be4fb6e73ced1a314712e870759e8ff7eff5.tar.bz2
canory-1ee7be4fb6e73ced1a314712e870759e8ff7eff5.zip
assets/css/default: unlisted-entry -> micro-metadata-unlisted
Specificity adjustments
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/partials/meta-unlisted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/meta-unlisted.html b/themes/default/layouts/partials/meta-unlisted.html
index 066a45c..aedab0e 100644
--- a/themes/default/layouts/partials/meta-unlisted.html
+++ b/themes/default/layouts/partials/meta-unlisted.html
@@ -1,7 +1,7 @@
{{- if .Params.Unlisted -}}
- <unlisted-entry title="This message is off the record">
+ <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. */ -}}
- </unlisted-entry>
+ </micro-metadata-unlisted>
{{- end -}}