We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5893f34 commit 03918a4Copy full SHA for 03918a4
_includes/bookreview.njk
@@ -0,0 +1,4 @@
1
+<h2>booklog: {{book.title}}</h2>
2
+
3
+I finished reading <a href="{{ book.link }}">{{ book.title }}</a> by {{ book.author }} on {{ book.finished | readableBookDate }}.
4
+<hr />
books.njk
@@ -0,0 +1,14 @@
+---
+title: filtered notes.
+pagination:
+ data: books.have_read
5
+ size: 1
6
+ alias: book
7
+ title: {{ book.title }}
8
+permalink: /shelf/{{ book.author | slugify }}/{{ book.title | slugify }}/
9
+layout: base.njk
10
11
12
+{% include "bookreview.njk" %}
13
14
+<a class="button" href="{{ '/shelf/' | url }}"><< shelf.</a>
0 commit comments