WIP books

This commit is contained in:
2019-06-04 23:48:25 +03:00
parent 1ab9c3af46
commit 2e9a9155f8
14 changed files with 79 additions and 5 deletions

9
templates/books.html Normal file
View 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>