Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
14
templates/dailies.html
Normal file
14
templates/dailies.html
Normal file
@@ -0,0 +1,14 @@
|
||||
$for(today)$
|
||||
<article>
|
||||
<h1 class="post-title">$title$</h1>
|
||||
<div class="post-teaser">
|
||||
$body$
|
||||
</div>
|
||||
<hr>
|
||||
</article>
|
||||
$endfor$
|
||||
|
||||
<p>
|
||||
<h3> Previous Dailies: </h3>
|
||||
</p>
|
||||
$partial("templates/post-list.html")$
|
Reference in New Issue
Block a user