From dbc72a383e948c059033fc1e24d46c5d9603e27d Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Mon, 5 Feb 2024 16:50:11 -0800 Subject: [PATCH] feat: misc cleanup --- package.json | 1 + src/_includes/partials/meta.html | 6 +++--- src/_layouts/base.html | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ead9c8d..b3e409f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Devin Haska", "license": "MIT", "scripts": { + "debug": "DEBUG=Eleventy* eleventy --serve --watch", "dev": "eleventy --serve --watch", "lint": "eslint src/ config/" }, diff --git a/src/_includes/partials/meta.html b/src/_includes/partials/meta.html index a1ab114..817d6a7 100644 --- a/src/_includes/partials/meta.html +++ b/src/_includes/partials/meta.html @@ -1,9 +1,9 @@ - - + + - + diff --git a/src/_layouts/base.html b/src/_layouts/base.html index be693b4..b8788b3 100644 --- a/src/_layouts/base.html +++ b/src/_layouts/base.html @@ -17,11 +17,10 @@ {% include "css/fontFace.njk" %} {% include "css/fontVariables.njk" %} {% endset %} - {% set colorCss %} {% include "css/colorVariables.njk" %} {% endset %} - + {% include "partials/header.html" %}