From 951f904bdd337aad611e12be2e4fc9cb180ce1f4cbbb3dae01274346fbe6d195 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <>
Date: Sat, 5 Sep 2026 00:00:00 +0000
Subject: Replace visual dividers w/space for entry metadata
Less visual clutter, improves readability.
---
layouts/_partials/pageinfo.gmi | 2 +-
layouts/_partials/pageinfo.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'layouts/_partials')
diff --git a/layouts/_partials/pageinfo.gmi b/layouts/_partials/pageinfo.gmi
index 9993d93..7c822f3 100644
--- a/layouts/_partials/pageinfo.gmi
+++ b/layouts/_partials/pageinfo.gmi
@@ -15,4 +15,4 @@
{{ $nonBreakingTags = $nonBreakingTags | append $nonBreakingTag -}}
{{ end -}}
-{{ emojify ":calendar:" }} {{ $nonBreakingPublishDate }} | {{ emojify ":stopwatch:" }} {{ $nonBreakingReadingTime }}{{ if $nonBreakingTags }} | {{ emojify ":label:" }} {{ end }}{{ range $key, $val := $nonBreakingTags }}{{ if $key }}, {{ end }}{{ $val }}{{ end }}
\ No newline at end of file
+{{ emojify ":calendar:" }} {{ $nonBreakingPublishDate }} {{ emojify ":stopwatch:" }} {{ $nonBreakingReadingTime }}{{ if $nonBreakingTags }} {{ emojify ":label:" }} {{ end }}{{ range $key, $val := $nonBreakingTags }}{{ if $key }}, {{ end }}{{ $val }}{{ end }}
\ No newline at end of file
diff --git a/layouts/_partials/pageinfo.html b/layouts/_partials/pageinfo.html
index 3ca8fe9..9d60ea6 100644
--- a/layouts/_partials/pageinfo.html
+++ b/layouts/_partials/pageinfo.html
@@ -20,4 +20,4 @@
{{ $nonBreakingTags = $nonBreakingTags | append $nonBreakingTag -}}
{{ end -}}
-{{ emojify ":calendar:" }} | {{ emojify ":stopwatch:" }} {{ if $nonBreakingTags }} | {{ emojify ":label:" }} {{ end }}{{ range $key, $val := $nonBreakingTags }}{{ if $key }} {{ end }}{{ $val | safeHTML }}{{ end }}
+{{ emojify ":calendar:" }} {{ emojify ":stopwatch:" }} {{ if $nonBreakingTags }}{{ emojify ":label:" }} {{ range $key, $val := $nonBreakingTags }}{{ if $key }} {{ end }}{{ $val | safeHTML }}{{ end }}{{ end }}
--
cgit v1.2.3