From 0f228e4e96e2cc467ce31e8937b52bbc784667ce Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 14 Jan 2019 20:57:42 -0200 Subject: [PATCH] Navigation widget --- templates/shortcodes/chapters.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/shortcodes/chapters.html diff --git a/templates/shortcodes/chapters.html b/templates/shortcodes/chapters.html new file mode 100644 index 0000000..87174cb --- /dev/null +++ b/templates/shortcodes/chapters.html @@ -0,0 +1,15 @@ +
+ {% if prev_chapter_link %} +
+ << {{ prev_chapter_title }} +
+ {% endif %} + +   + + {% if next_chapter_link %} +
+ {{ next_chapter_title }} >> +
+ {% endif %} +