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>
|
2020-04-05 08:41:13 +00:00
|
|
|
<main>
|
|
|
|
<article id='post-content'>
|
|
|
|
<section 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" }}</section>
|
|
|
|
<section id='post-body'>
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
2020-04-05 10:33:21 +00:00
|
|
|
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> -->
|
2020-04-05 08:41:13 +00:00
|
|
|
<hr>
|
|
|
|
<section id='post-share'>
|
|
|
|
<h2>Share this post</h2>
|
|
|
|
coming soon uwu
|
|
|
|
</section>
|
|
|
|
<section id='post-comments'>
|
|
|
|
<h2>Leave a comment</h2>
|
|
|
|
coming soon uwu
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
</main>
|