2020-04-03 05:37:20 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
2020-04-03 06:30:14 +00:00
|
|
|
{% include header.html %}
|
|
|
|
<h1 id='post-title'>{{ page.title }}</h1>
|
|
|
|
<div id='main'>
|
|
|
|
<div id='post-content'>
|
|
|
|
<div id='post-info'><i class='material-icons'>person</i> By {{ page.author }} <i class='material-icons'>access_time</i> Published {{ page.date | date_to_long_string: "ordinal" }}</div>
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div id='post-share'>
|
|
|
|
<h2>Share this post</h2>
|
|
|
|
coming soon uwu
|
|
|
|
</div>
|
|
|
|
<div id='post-comments'>
|
|
|
|
<h2>Leave a comment</h2>
|
|
|
|
coming soon uwu
|
|
|
|
</div>
|
|
|
|
</div>
|