aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/card-meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/card-meta.html')
-rw-r--r--themes/default/layouts/partials/card-meta.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/themes/default/layouts/partials/card-meta.html b/themes/default/layouts/partials/card-meta.html
deleted file mode 100644
index f7da69a..0000000
--- a/themes/default/layouts/partials/card-meta.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<micro-thumbnail hidden>
- {{ partial "profile-picture.html" . }}
-</micro-thumbnail>
-
-<section>
- {{ if or .Weight .Params.Liked .Params.feed }}
- <micro-metadata-anchored>
- {{- partial "meta-via.html" . -}}
-
- {{ if .Weight }}
- <anchored-pinned>
- {{ safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/tabler/pinned.svg")) }}
- <span>Pinned</span>
- </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>
- {{ end }}
- </micro-metadata-anchored>
- {{ end }}
-
- {{- partial "meta-name.html" . -}}
-
- {{- partial "meta-handle.html" . -}}
-
- {{- partial "meta-date-time.html" . -}}
-
- {{- partial "meta-read-time.html" . -}}
-
- {{- partial "meta-word-count.html" . -}}
-
- {{- partial "meta-unlisted.html" . -}}
-
- {{- partial "meta-expiry-date.html" . -}}
-
- {{- partial "meta-link.html" . -}}
-
- {{- partial "meta-source.html" . -}}
-
- {{- partial "meta-draft.html" . -}}
-</section>