Move out of website folder
This commit is contained in:
parent
eb872da91a
commit
cef62d007e
10 changed files with 301 additions and 0 deletions
7
templates/post-list.html
Normal file
7
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