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/timeline-item.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 layouts/_partials/timeline-item.html (limited to 'layouts/_partials/timeline-item.html') diff --git a/layouts/_partials/timeline-item.html b/layouts/_partials/timeline-item.html deleted file mode 100644 index fcb3f50..0000000 --- a/layouts/_partials/timeline-item.html +++ /dev/null @@ -1,31 +0,0 @@ -{{ $page := .page }} -{{ $index := .index }} -{{ $position := "left" }} -{{ if (eq (mod $index 2) 1) }} - {{ $position = "right" }} -{{ end }} - -
-
- -
- {{ if $page.Params.image }} -
- {{ $page.Title }} -
- {{ end }} - -
-
- {{ $page.Params.type }} - -
-

- {{ $page.Title }} -

- {{ with $page.Params.description }} -

{{ . }}

- {{ end }} -
-
-
-- cgit v1.2.3