Add seal blog back as it's own thing
This commit is contained in:
parent
afa2b9cc1c
commit
f0c1084b14
97 changed files with 630 additions and 0 deletions
7
nixos-apps/cutesealfanpage.love/templates/post-list.html
Normal file
7
nixos-apps/cutesealfanpage.love/templates/post-list.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<ul>
|
||||
$for(posts)$
|
||||
<li>
|
||||
<a href="$url$">$title$</a> - $date$
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue