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>
|
@ -28,7 +28,7 @@
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a><br />
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user