dailies: init
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-29 11:15:35 +05:30
parent 84764567af
commit 5a7ce358d4
4 changed files with 45 additions and 1 deletions

14
templates/dailies.html Normal file
View 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")$

View File

@@ -17,6 +17,7 @@
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/archive.html">Archive</a>
<a href="/dailies.html">Dailies</a>
<a href="/links.html">Links</a>
</nav>
</header>