Julio Biason
6 years ago
1 changed files with 15 additions and 0 deletions
@ -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