From 3b5b22e38dab795fc11e367c30636a3dcd4972fb Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 30 Apr 2024 22:12:00 +0200 Subject: Added list summaries configuration, tweaked social icons margin on mobile --- layouts/partials/post-entry.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/post-entry.html b/layouts/partials/post-entry.html index f3f2a23..1752768 100644 --- a/layouts/partials/post-entry.html +++ b/layouts/partials/post-entry.html @@ -1,4 +1,10 @@
- -

{{ .Title }}

+

{{ .Date.Format "2 Jan 2006" }}

+
+

{{ .Title }}

+ + {{ if .Site.Params.listSummaries }} +

{{ .Summary }}

+ {{ end }} +
\ No newline at end of file -- cgit v1.2.3