From 631547a75142326a7c71bdf123e1475217a5ad73 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:42:56 +0200 Subject: chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme) --- layouts/_partials/post-card.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 layouts/_partials/post-card.html (limited to 'layouts/_partials/post-card.html') diff --git a/layouts/_partials/post-card.html b/layouts/_partials/post-card.html deleted file mode 100644 index f3a1362..0000000 --- a/layouts/_partials/post-card.html +++ /dev/null @@ -1,30 +0,0 @@ -{{ if eq .context "home" }} -
-
{{ .type }}
-
-

{{ .title }}

-

{{ .description }}

- -
-
-{{ else }} - {{ $featured := .featured }} -
- {{ if .image }} - {{ .title }} - {{ else }} -
- {{ end }} -
-
{{ .type }}
-

{{ .title }}

-

{{ .description }}

-
- {{ dateFormat "Jan 2, 2006" .date }} -
-
-
-{{ end }} -- cgit v1.2.3