website/_layouts/post.html
Ivan Bushchik 40ae41dc60
Reinitial commit (rewriting history)
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-04 17:16:49 +03:00

14 lines
297 B
HTML

---
layout: default
---
<article class="post">
<h1><a style="font-size: 16pt;" href="{{ page.url }}">{{ page.title }}</a></h1>
<div class="post-content">
{{ content | toc }}
</div>
<p class="meta">Posted on <span class="postdate">{{ page.date | date: "%b %d, %Y" }}</span></p>
</article>