WIP: list posts
This commit is contained in:
27
index.html
27
index.html
@@ -7,30 +7,7 @@
|
||||
<!-- 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/)
|
||||
]]}
|
||||
<!-- render posts -->
|
||||
$render{"posts"}
|
||||
|
||||
Reference in New Issue
Block a user