WIP: posts list
This commit is contained in:
36
index.html
Normal file
36
index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
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/)
|
||||
]]}
|
||||
Reference in New Issue
Block a user