aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-anchored.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commit088ff760327f0e7f3d1e4d734442cb1a6b151f64 (patch)
tree80ef8eb9b7b9e0574e4a3b5290f5055214f1343f /themes/default/layouts/partials/meta-anchored.html
parentfad87c5cc042ea293b3d5cd7a139d124dce1cbd4 (diff)
downloadcanory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.tar.gz
canory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.tar.bz2
canory-088ff760327f0e7f3d1e4d734442cb1a6b151f64.zip
config: Likes -> Marked
Diffstat (limited to 'themes/default/layouts/partials/meta-anchored.html')
-rw-r--r--themes/default/layouts/partials/meta-anchored.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/layouts/partials/meta-anchored.html b/themes/default/layouts/partials/meta-anchored.html
index 31b910f..431fa64 100644
--- a/themes/default/layouts/partials/meta-anchored.html
+++ b/themes/default/layouts/partials/meta-anchored.html
@@ -9,11 +9,11 @@
</anchored-pinned>
{{ end }}
- {{ if .Params.Liked }}
- <anchored-liked>
- {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/heart.svg")) }}
- <span>Liked</span>
- </anchored-liked>
+ {{ if .Params.Marked }}
+ <anchored-marked>
+ {{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/feather/bookmark.svg")) }}
+ <span>Marked</span>
+ </anchored-marked>
{{ end }}
</micro-metadata-anchored>
{{ end }}