diff --git a/content/thoughts/_index.md b/content/thoughts/_index.md new file mode 100644 index 0000000..4162e64 --- /dev/null +++ b/content/thoughts/_index.md @@ -0,0 +1,4 @@ ++++ +transparent = true +title = "Thoughts" ++++ 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 %} +