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 @@ -
- -
-

{{ .Title }}

-
- -
- {{ .Content }} -
-
- diff --git a/layouts/partials/post.html b/layouts/partials/post.html deleted file mode 100644 index 2f17c68..0000000 --- a/layouts/partials/post.html +++ /dev/null @@ -1,75 +0,0 @@ -
-
-

{{ .Title }}

- {{ .Description }} - - - -
- -
- {{ .Content }} - {{ if .Site.DisqusShortname }} -
- {{ template "_internal/disqus.html" . }} -
- {{ end }} -
- -
- {{ if eq .Site.Params.TogglePreviousAndNextButtons "true" }} - {{ if or .PrevInSection .NextInSection }} - {{ partial "prev-next.html" . }} - {{ end }} - {{ end }} -
- - - {{ if .Site.Params.ShowBackToTopButton }} - - {{ end }} - - {{ if .Site.Params.CustomCommentHTML }} -
- {{ .Site.Params.CustomCommentHTML | safeHTML }} -
- {{ end }} -
-- cgit v1.2.3-70-g09d2