bune.city/_layouts/post.html

23 lines
791 B
HTML

---
layout: default
---
{% include header.html %}
<h1 id='post-title'>{{ page.title }}</h1>
<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>
<!-- <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> -->
<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>