WIP books
This commit is contained in:
9
templates/books.html
Normal file
9
templates/books.html
Normal file
@ -0,0 +1,9 @@
|
||||
A collection of books I have read lately.
|
||||
|
||||
<ul class="books">
|
||||
$for(books)$
|
||||
<li>
|
||||
<img src="/images/book_$status$.svg" class="icon" /><a href="$url$">$title$</a> - $date$
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
Reference in New Issue
Block a user