27 lines
507 B
HTML
27 lines
507 B
HTML
<h2><code>templates/blog.html</code></h2>
|
|
|
|
$wrap{"root"}
|
|
|
|
<section>
|
|
<h2><a href="$root/posts/">Web Log</a></h2>
|
|
<p>Elixir, JavaScript, SVG, Containers, Git, Linux</p>
|
|
<p>
|
|
Questions, comments, feedback? <a href="mailto:webdevcat@proton.me">Contact the author</a>.
|
|
</p>
|
|
</section>
|
|
|
|
<article>
|
|
<header>
|
|
<div>
|
|
<h2>$(title or id)</h2>
|
|
<time>$(post.publish_date)</time>
|
|
</div>
|
|
</header>
|
|
|
|
$body
|
|
|
|
<div class="mt-16">
|
|
<a href="/posts">Back to posts</a>
|
|
</div>
|
|
</article>
|