Geoffrey Garrett
2022-07-01 d3e20b8b94c9229e94fccbe54c867efde6847c6e
layouts/index.html
@@ -15,8 +15,11 @@
    <article>
        {{partial "toc.html" .}}
        {{partial "textprocessing.html" . }}
        {{if $.Site.Data.config.enableRecentNotes}}
          {{partial "recent.html" . }}
        {{end}}
    </article>
    {{partial "footer.html" .}}
    {{partial "footerIndex.html" .}}
</div>
</body>
</html>