_template.html5 in pandoc-markdown-jekyll-theme-0.9.1 vs _template.html5 in pandoc-markdown-jekyll-theme-0.9.2
- old
+ new
@@ -1,12 +1,17 @@
$-- Do not edit this file to allow updating. Update with:
$-- cp $(bundle info pandoc-markdown-jekyll-theme --path)/_template.html5 .
+$-- rm -rf .jekyll-cache
$if(toc)$
<nav id="TOC" role="doc-toc">
<a href="$site__baseurl$">Home</a><br>
<strong>Contents</strong><label for="contents">⊕</label>
<input type="checkbox" id="contents">
$table-of-contents$
+</nav>
+$else$
+<nav id="TOC" role="doc-toc">
+ <a href="$site__baseurl$">← Return home</a><br>
</nav>
$endif$
<main>
$body$