vac.dev/_layouts/post.html
Nistor Cristian bc53099c6c
Improve blog readability. Add favicon. Small other changes on home.
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
2019-11-14 22:45:49 +02:00

15 lines
381 B
HTML

---
layout: default
---
<div class="container post-content">
<div class="row">
<div class="col-lg-10 ml-auto mr-auto">
<h1>{{page.title}}</h1>
<div class="meta">{{ page.date | date_to_string }} • {{ page.author }}</div>
<div class="editor-content">
{{ content }}
</div>
</div>
</div>
</div>