From edc886779d9e3fe1a74b24be00c4786e7a4398f4 Mon Sep 17 00:00:00 2001 From: Michael Shirk Date: Thu, 2 Apr 2020 12:16:14 -0400 Subject: [PATCH] Update recent-articles.html I have been using your site as the basis of an update to our website, and I finally found why the articles were all in italics including my custom footer. This fixes this issue. --- hugo-site/layouts/shortcodes/recent-articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo-site/layouts/shortcodes/recent-articles.html b/hugo-site/layouts/shortcodes/recent-articles.html index 08697fb..e42dc5f 100644 --- a/hugo-site/layouts/shortcodes/recent-articles.html +++ b/hugo-site/layouts/shortcodes/recent-articles.html @@ -3,7 +3,7 @@

{{ .Title }}

-

{{ .Date.Format "2006-01-02" }}

+

{{ .Date.Format "2006-01-02" }}

{{ .Summary }}...