From 0e96ae83dd9f2eca9b415ec09752362eb189f48f Mon Sep 17 00:00:00 2001 From: Sid Verma Date: Wed, 6 Nov 2024 12:51:54 +0530 Subject: [PATCH] Increase date spacing --- themes/rocinante-2/assets/css/rocinante.scss | 1 + themes/rocinante-2/layouts/partials/listcontent.html | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/themes/rocinante-2/assets/css/rocinante.scss b/themes/rocinante-2/assets/css/rocinante.scss index b1db9cf..1174026 100644 --- a/themes/rocinante-2/assets/css/rocinante.scss +++ b/themes/rocinante-2/assets/css/rocinante.scss @@ -264,6 +264,7 @@ header h2 { color: var(--date-color); margin: 0; font-family: monospace; + padding-right: 5px; } &:hover { diff --git a/themes/rocinante-2/layouts/partials/listcontent.html b/themes/rocinante-2/layouts/partials/listcontent.html index 84c768c..8e758f0 100644 --- a/themes/rocinante-2/layouts/partials/listcontent.html +++ b/themes/rocinante-2/layouts/partials/listcontent.html @@ -5,18 +5,14 @@
{{ if eq .Type "photos" }} - - {{ .Params.date.Format "2006 Jan" }} - + {{ .Params.date.Format "2006 Jan" }}  ðŸ“¸  {{ else }} - - {{ .Params.date.Format "2006 Jan 02" }} - + {{ .Params.date.Format "2006 Jan 02" }} {{ end }}