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 %} +