From accaa28ffe4522ed56256f3c421a3757a47c32a9 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 24 Jan 2023 11:38:35 -0600 Subject: [PATCH] Include message box css with top level stylesheet --- _includes/layouts/base.njk | 2 ++ _includes/layouts/home.njk | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 4749396..a6e6e7e 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -19,6 +19,7 @@ 1. External files (best with local dev server live reload) + @@ -26,6 +27,7 @@ #} diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 42ef101..5f9c02d 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -3,7 +3,6 @@ layout: layouts/base.njk ---
-
  1. Edit the _data/metadata.json with your blog’s information.
  2. (Optional) Edit eleventy.config.js with your configuration preferences.