From 3a8c6c01ded0ed5457c03cc96019ee60ce0760e8 Mon Sep 17 00:00:00 2001 From: Elliott Hall Date: Tue, 10 Dec 2024 11:03:12 +0000 Subject: [PATCH] updated packages, fixed favicon --- frontend/_includes/base.liquid | 2 +- package-lock.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/_includes/base.liquid b/frontend/_includes/base.liquid index 7672f6ce..e7bd0192 100644 --- a/frontend/_includes/base.liquid +++ b/frontend/_includes/base.liquid @@ -21,7 +21,7 @@ title: BCC {{ title }} | {{ metadata.title }} - + diff --git a/package-lock.json b/package-lock.json index 03130614..cc5a7324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,6 +47,7 @@ "eleventy-sass": "^1.3.1", "markdown-it-attrs": "^4.1.4", "markdown-it-container": "^3.0.0", + "markdown-it-eleventy-img": "^0.9.0", "markdown-it-footnote": "^3.0.3", "markdown-it-image-figures": "^2.1.0", "sass": "^1.50.0", @@ -10374,6 +10375,7 @@ "markdown-it": "^13.0.1", "markdown-it-attrs": "^4.1.4", "markdown-it-container": "^3.0.0", + "markdown-it-eleventy-img": "^0.9.0", "markdown-it-footnote": "^3.0.3", "markdown-it-image-figures": "^2.1.0", "sass": "^1.50.0",