From 0f03fb34f6991d4b98594d1d1d0fb84105715894 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 29 Aug 2023 13:36:10 -0500 Subject: [PATCH] ditch unnecessary icons, use text labels for posted/updated dates --- layouts/partials/archive.html | 2 +- layouts/partials/aside.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index c11d4d6..6df076e 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -18,7 +18,7 @@

{{ .Title | markdownify }}

diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index acc3fd2..7927311 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -3,7 +3,7 @@ {{ if or (.Params.description) (.Params.date) }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }}

- {{ with $postDate }} {{ . }}{{ end }}{{- if ne $postDate $updateDate }}
 {{ $updateDate }}{{ end }} + {{ with $postDate }}{{- if ne $postDate $updateDate }}{{ end }}
Posted:{{ . }}
Updated:{{ $updateDate }}
{{ end }}

{{- with .Params.tags -}}