summaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-31 21:51:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-31 21:51:40 +0800
commit99a21a1bf35c5af6188abdcb87e894b371bbffa5 (patch)
tree294f4e6a90150fb3b478c06576e147c9f24540b4 /_layouts/post.html
parent94a42f4e48e5371462fccf92a6e94155951d97d4 (diff)
downloadwww-99a21a1bf35c5af6188abdcb87e894b371bbffa5.tar.gz
Fix date tag h5 and broken html.
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8fb1702..322e242 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,12 +1,6 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8">
- <title>{{ page.title }}</title>
-
{% include header.html %}
-
- </head>
<body>
{% include nav.html %}
@@ -15,7 +9,7 @@
<div class="container">
<div class="container-2">
<h2 class="center" id="title">{{ page.title | upcase }}</h2>
- <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
+ <h5 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
<br>
<div class="twocol justify">{{ content }}</div>
<p class="post-author right">by {{ site.author }}</p>