diff --git a/src/site/_includes/layouts/note.njk b/src/site/_includes/layouts/note.njk index 04f3b8f..ca7bf53 100644 --- a/src/site/_includes/layouts/note.njk +++ b/src/site/_includes/layouts/note.njk @@ -8,7 +8,7 @@ permalink: "notes/{{ page.fileSlug | slugify }}/" {{ page.fileSlug }} {%include "components/pageheader.njk"%} - + {%include "components/notegrowthhistory.njk"%}
diff --git a/src/site/index.njk b/src/site/index.njk index 5b556ec..164a8e2 100644 --- a/src/site/index.njk +++ b/src/site/index.njk @@ -4,7 +4,7 @@ {{ collections.gardenEntry[0].fileSlug }} {%include "components/pageheader.njk"%} - + {%include "components/notegrowthhistory.njk"%}