summaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:00:54 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:00:54 +0800
commit18aa7dd1057cd29cc087c4f45566394692f2f01d (patch)
treeda793b0fa0a7d89bb1abe10d63b38700ee184bd8 /_layouts/post.html
parent5066fbedd5b92797ceca9f6841785ee03b362a57 (diff)
downloadwww-18aa7dd1057cd29cc087c4f45566394692f2f01d.tar.gz
Presentable article style with 3 columns.
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html24
1 files changed, 4 insertions, 20 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 0b25d7c..116bab4 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,29 +11,13 @@
<main>
<div class="container">
- <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line">
- <p class="center">[&nbsp;N<sup>o</sup>{% for post in site.posts %}
- {% if post.title == page.title %}
- {{ forloop.index | roman }}
- {% endif %}
- {% endfor %}&nbsp;]
- <span>&nbsp;{{ page.keywords }}</span></p>
- <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line flip">
-
<h2 class="brand center" id="title">{{ page.title | upcase }}</h2>
- {% if page.abstract %}<h5 class="center">{{ page.abstract }}</h5>{% endif %}
- {% if page.category %}
- <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line tag flip">
- <p class="right tagline">{{ page.category }}</p>
- <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line tag">
- {% endif %}
+
+ <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
+
<br>
- <h4 class="center space">{{ site.location | upcase }}</h4>
- <h5 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
- <div class="threecol justify">
- {{ content }}
- </div>
+ <div class="threecol justify">{{ content }}</div>
<p class="right italics">by {{ page.author }}</p>
</div>