37 lines
674 B
HTML
37 lines
674 B
HTML
{
|
|
date: "Thu May 08 2025 19:41:30.000000000"
|
|
}
|
|
|
|
<h2><code>index.html</code></h2>
|
|
|
|
<!-- render templates/wares -->
|
|
$render{"templates/wares"}
|
|
|
|
<!-- render moon-test -->
|
|
$render{"moon-test"}
|
|
|
|
<!-- render home -->
|
|
$render{"home"}
|
|
|
|
<h2>Posts</h2>
|
|
|
|
$each{posts, "post"}[[
|
|
<section>
|
|
<h3>
|
|
<a href="$url_for{ id = "recursively-list-all-files-in-a-directory-with-elixir" }">
|
|
$post
|
|
</a>
|
|
</h3>
|
|
|
|
<time datetime="2025-01-18">Jan 18, 2025</time>
|
|
— blurb here
|
|
<a href="$url_for{ id = "recursively-list-all-files-in-a-directory-with-elixir" }" class="read-post-link">
|
|
Read post →
|
|
</a>
|
|
</section>
|
|
]]
|
|
|
|
$markdown{[[
|
|
#### [View more posts]($root/posts/)
|
|
]]}
|