jeffs-pelican-theme/templates/include/minimal_homepage.html

11 lines
No EOL
352 B
HTML

<section>
<header>
<h1>The Frontpage</h1>
</header>
<p>This is my minimal homepage. I post things here sometimes.</p>
<p>If you want to know what I'm up to <a href="pages/now.html">now click here</a> if you want to know a little more about me <a href="pages/about.html">click here</a>. </p>
{% include 'include/minimal_posts.html' %}
</section>