From 75c350d85cad905e4332aca70e586ca318df5d81 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 14 Jan 2019 20:57:42 -0200 Subject: [PATCH 1/2] 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 %} +
From d179cebe3f89ad34eebff8ae984332e63630ff0f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 15 Jan 2019 06:56:51 -0200 Subject: [PATCH 2/2] Added index for thoughts --- content/thoughts/_index.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/thoughts/_index.md 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" ++++