16 lines
302 B
HTML
16 lines
302 B
HTML
---
|
|
title: Home
|
|
---
|
|
|
|
<article>
|
|
<h1>Binary Strolls</h1>
|
|
<p class="subtitle">Cyber rambling (or ranting), mostly about code.</p>
|
|
|
|
<h3>Recent Posts</h3>
|
|
|
|
$partial("templates/post-list.html")$
|
|
|
|
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
|
|
|
</article>
|