mirror of
https://github.com/ivabus/website
synced 2024-11-10 02:25:23 +03:00
14 lines
297 B
HTML
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>
|