From 60416464a0d4f0fe9a6d15c0c16cfb2f876424b9 Mon Sep 17 00:00:00 2001 From: Michael Uloth Date: Thu, 1 Jun 2023 12:00:23 -0400 Subject: [PATCH] move log output to base layout --- src/_includes/layouts/base.njk | 16 ++++++++++++++++ src/index.njk | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index 3b3226f..e456fa2 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -54,6 +54,22 @@ {{ content | safe }} + {# List every post in the project #} +

All Posts

+ + + {# List every content page in the project #} +

All Pages

+ + diff --git a/src/index.njk b/src/index.njk index 327f809..506e413 100644 --- a/src/index.njk +++ b/src/index.njk @@ -18,20 +18,4 @@ numberOfLatestPostsToShow: 3

{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in the archive.

{% endif %} -{# List every post in the project #} -

All Posts

- - -{# List every content page in the project #} -

All Pages

-