Add seal site partial
This commit is contained in:
parent
ccd0e31805
commit
1eb14f0e3d
18 changed files with 626 additions and 0 deletions
11
nixos-apps/cutesealfanpage.love/templates/post.html
Normal file
11
nixos-apps/cutesealfanpage.love/templates/post.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<article>
|
||||
<section class="header">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
</section>
|
||||
<section>
|
||||
$body$
|
||||
</section>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue