From f859d4e2ff3a841fb57c84cbe8bcd12bbcdba839 Mon Sep 17 00:00:00 2001
From: Andrew Hosgood
Date: Mon, 6 Nov 2023 17:53:34 +0000
Subject: [PATCH] Update Node version and tna-frontend
---
.metalsmith/markdownRenderer.js | 6 ++++++
.nvmrc | 2 +-
layouts/_design-system-base.njk | 1 +
layouts/collection-page.njk | 14 +++++++-------
lib/index.scss | 7 +++++++
package-lock.json | 8 ++++----
package.json | 2 +-
7 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/.metalsmith/markdownRenderer.js b/.metalsmith/markdownRenderer.js
index 22ba42c..a05d253 100644
--- a/.metalsmith/markdownRenderer.js
+++ b/.metalsmith/markdownRenderer.js
@@ -56,6 +56,12 @@ markdownRenderer.paragraph = function (text) {
`;
};
+markdownRenderer.link = function (href, title, text) {
+ return `${text}`;
+};
+
markdownRenderer.table = function (head, body) {
const formatRows = (row) =>
row
diff --git a/.nvmrc b/.nvmrc
index c32828c..0a47c85 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-lts/hydrogen
\ No newline at end of file
+lts/iron
\ No newline at end of file
diff --git a/layouts/_design-system-base.njk b/layouts/_design-system-base.njk
index 5368391..eb56d04 100644
--- a/layouts/_design-system-base.njk
+++ b/layouts/_design-system-base.njk
@@ -47,6 +47,7 @@
{% block stylesheets %}
+
{% endblock %}
{% block cookies %}
diff --git a/layouts/collection-page.njk b/layouts/collection-page.njk
index 7f80f24..70d2064 100644
--- a/layouts/collection-page.njk
+++ b/layouts/collection-page.njk
@@ -34,7 +34,7 @@
{%- for heading in headings %}
-
-
+
{{ heading.title }}
@@ -51,33 +51,33 @@