diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 567f9fd..02d1df7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.145.0 + HUGO_VERSION: 0.147.5 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/exampleSite/layouts/_partials/custom/head-end.html b/exampleSite/layouts/_partials/custom/head-end.html new file mode 100644 index 0000000..25875e2 --- /dev/null +++ b/exampleSite/layouts/_partials/custom/head-end.html @@ -0,0 +1,6 @@ + + diff --git a/exampleSite/layouts/shortcodes/new-feature.html b/exampleSite/layouts/_shortcodes/new-feature.html similarity index 100% rename from exampleSite/layouts/shortcodes/new-feature.html rename to exampleSite/layouts/_shortcodes/new-feature.html diff --git a/exampleSite/layouts/partials/custom/head-end.html b/exampleSite/layouts/partials/custom/head-end.html deleted file mode 100644 index 62be795..0000000 --- a/exampleSite/layouts/partials/custom/head-end.html +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/netlify.toml b/netlify.toml index cb8e232..d96ec7b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,6 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR ignore = "false" [build.environment] -HUGO_VERSION = "0.145.0" -GO_VERSION = "1.24.0" -NODE_VERSION = "22.14.0" +HUGO_VERSION = "0.147.5" +GO_VERSION = "1.24.3" +NODE_VERSION = "22.16.0"