Add seal site partial
This commit is contained in:
parent
ccd0e31805
commit
1eb14f0e3d
18 changed files with 626 additions and 0 deletions
16
nixos-apps/cutesealfanpage.love/index.html
Normal file
16
nixos-apps/cutesealfanpage.love/index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Seal Blog!
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/seal1.jpg" style="float: right; margin: 10px;" width="200px"/>
|
||||
|
||||
<p>Welcome to my seal blog!</p>
|
||||
|
||||
<p>Here's a list of recent posts for your reading pleasure:</p>
|
||||
|
||||
<h2>Seal Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
||||
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue