Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-03 08:35:51 +0300
committerHanzei <hanzei@mailbox.org>2018-07-03 08:35:51 +0300
commit36346704919d0c56aaff5cbce07a934e54d88fdd (patch)
tree5a3a8630fa5aa9e959c9a721f76355cbe3fe6264 /layouts
parent3847b3586934bdea2ad03806a07a24a2cc1df286 (diff)
Remove dublicant p tag
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index e3a696d..0645d58 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,4 +1,4 @@
-{{ partial "head.html" . }}<body><div class="wrap"><div class="section" id="content"><h1>{{ .Title }}</h1><p>{{ .Content }}</p><ul>{{ range .Data.Pages }}<li>
+{{ partial "head.html" . }}<body><div class="wrap"><div class="section" id="content"><h1>{{ .Title }}</h1>{{ .Content }}<ul>{{ range .Data.Pages }}<li>
{{ if .Params.showDate }}
{{ .Date.Format (.Site.Params.dateForm | default "Mon Jan 02, 2006")}} --