From 1fcc6dc922d85387bd0a048831dcb8f0dae06c61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Sat, 14 Sep 2024 19:45:28 +0200 Subject: [PATCH] Drop summary in post list --- layouts/posts/list.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 2536415..4be20f2 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -4,11 +4,6 @@ {{ range .Pages }}
  • {{ .Title }} - {{ .Date.Format "January 2, 2006" }} - {{ .ReadingTime }} minute read
    - {{ .Summary }} - {{ if .Truncated }} -
    - Read full article... - {{ end }}
  • {{ end }} -- 2.39.5