Julio Biason
6 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||||
|
+++ |
||||||
|
transparent = true |
||||||
|
title = "Thoughts" |
||||||
|
+++ |
@ -0,0 +1,15 @@ |
|||||||
|
<div> |
||||||
|
{% if prev_chapter_link %} |
||||||
|
<div style="float:left"> |
||||||
|
<< <a href="{{ prev_chapter_link }}">{{ prev_chapter_title }}</a> |
||||||
|
</div> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% if next_chapter_link %} |
||||||
|
<div style="float:right"> |
||||||
|
<a href="{{ next_chapter_link }}">{{ next_chapter_title }}</a> >> |
||||||
|
</div> |
||||||
|
{% endif %} |
||||||
|
</div> |
Loading…
Reference in new issue