From 27d90c4676edd5204f5a624c78091eaa890f0d13 Mon Sep 17 00:00:00 2001 From: fahnestockj Date: Mon, 15 Apr 2024 13:28:06 -0400 Subject: [PATCH 1/2] chore: added script to header layout and updated embed commit --- layouts/partials/head/metadata.html | 21 +++++++++++++++++++++ mappin-itslive-embed | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/head/metadata.html diff --git a/layouts/partials/head/metadata.html b/layouts/partials/head/metadata.html new file mode 100644 index 0000000..ee061be --- /dev/null +++ b/layouts/partials/head/metadata.html @@ -0,0 +1,21 @@ + + + + +{{ template "_internal/google_analytics.html" . }} + + + + + + + +{{ if .Site.Params.description }} +{{ end }} + + {{ .Title | humanize | title }}{{ if ne .Title .Site.Title }} - {{ .Site.Title | markdownify }}{{ end }} + + +{{ with .OutputFormats.Get "RSS" }} +{{ end }} \ No newline at end of file diff --git a/mappin-itslive-embed b/mappin-itslive-embed index 8a28984..30dca79 160000 --- a/mappin-itslive-embed +++ b/mappin-itslive-embed @@ -1 +1 @@ -Subproject commit 8a28984736087a669d69baa07cf25f78cb3c9937 +Subproject commit 30dca7985fc4b1d4bd93ff74785b7efcdde52d2d From 056fa6956246cc1b552142d2bb541ec8c9051ee8 Mon Sep 17 00:00:00 2001 From: fahnestockj Date: Mon, 15 Apr 2024 14:14:14 -0400 Subject: [PATCH 2/2] fix: updating node to fix postcss --- .github/workflows/render-github.yml | 2 +- .github/workflows/render.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-github.yml b/.github/workflows/render-github.yml index e935b77..4178f7f 100644 --- a/.github/workflows/render-github.yml +++ b/.github/workflows/render-github.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: install postcss run: npm i postcss postcss-cli autoprefixer diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 71dbf54..4ce3317 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: install postcss run: npm i postcss postcss-cli autoprefixer