diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 6e6c83e..abf34e0 100755 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -424,3 +424,7 @@ blockquote { margin-left: 0; padding-left: 1rem; } + +.early-navigation-wrapper { + margin-bottom: 3rem; +} diff --git a/layouts/shortcodes/seriesnav.html b/layouts/shortcodes/seriesnav.html new file mode 100644 index 0000000..811cb47 --- /dev/null +++ b/layouts/shortcodes/seriesnav.html @@ -0,0 +1,3 @@ +
+{{ partial "seriesnav.html" .Page }} +