aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 20:23:17 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 20:23:17 +0300
commitb8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7 (patch)
treec3b886646df2b0f0b672d0c034eec3a942456a9e /_layouts/post.html
parent89f0b3c0577505a2090151dec68cd3bbca09e74f (diff)
downloadpopov.link-b8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7.tar.xz
popov.link-b8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7.zip
Correction of validator's comments
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index a01cc74..5c49cba 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
layout: default
---
-<section style="text-align: center;">
+<div style="text-align: center;">
<h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
<p>
@@ -14,12 +14,8 @@ layout: default
<strong>{%- include reading-time.html -%}</strong>
</small>
</p>
-</section>
+</div>
-<section>
- {{- content -}}
-</section>
+{{- content -}}
-<section>
- {%- include comments.html -%}
-</section> \ No newline at end of file
+{%- include comments.html -%} \ No newline at end of file