From c93f9d84777ab0059a2b5235ab0e702603925551 Mon Sep 17 00:00:00 2001 From: Nelson/Roberto Date: Mon, 11 May 2020 18:59:57 +0000 Subject: Design tweaks --- layouts/index.html | 3 ++- layouts/partials/header.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 10ecf4c..ae69809 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -63,11 +63,12 @@ {{ end }}
- {{ range first .postCount (where $.Site.RegularPages "Type" "posts") }} + {{ range first .postCount (where $.Site.RegularPages "Type" "blog") }}

{{ .Title }}

+ {{ with .Date }}

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

{{ end }} {{ with .Description }}

{{ . }}

{{ else }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b616fc9..2661175 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@ -