From 7829bb3cf3cb74619a4d2f6c83ad8c510875cfac Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 9 Mar 2024 15:17:05 -0500 Subject: Revert "Don't wrap {{ .Content }} in p tags" This reverts commit 09957b7e11cecc285c3be83480fa9f7a364be94b. --- layouts/partials/page.html | 11 ------- layouts/partials/post.html | 75 ---------------------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 layouts/partials/page.html delete mode 100644 layouts/partials/post.html (limited to 'layouts') diff --git a/layouts/partials/page.html b/layouts/partials/page.html deleted file mode 100644 index 0be4486..0000000 --- a/layouts/partials/page.html +++ /dev/null @@ -1,11 +0,0 @@ -
{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}} - {{ if lt .Date .Lastmod }} | Updated {{ dateFormat .Site.Params.dateFormat .Lastmod }}{{ end }} -
- - -