diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d90d9a4..c2ba50d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.111.3 + HUGO_VERSION: 0.129.0 steps: - name: Install Hugo CLI run: | diff --git a/README.md b/README.md index 60d22d8..eedbe2c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ as they become available. ## Running -Install Hugo version 0.111.3 or later, as per the instructions [here](https://gohugo.io/installation/): . +Install Hugo version 0.129.0 or later, as per the instructions [here](https://gohugo.io/installation/): . Check out this repository and its submodules: diff --git a/config.yaml b/config.yaml index a45258c..e659da5 100644 --- a/config.yaml +++ b/config.yaml @@ -30,10 +30,14 @@ params: logo: 'eu-logo.svg' url: 'https://ec.europa.eu/info/departments/research-and-innovation_en' -# Configure syntax highlighting for the examples on the `training` page markup: + # Configure syntax highlighting for the examples on the `training` page highlight: style: xcode + # Since we control the content, it's okay (and useful) to render raw HTML in the markdown + goldmark: + renderer: + unsafe: true # Configure taxonomy terms taxonomies: diff --git a/content/contact/index.cy.md b/content/contact/index.cy.md index 00fcb32..d3beb2b 100644 --- a/content/contact/index.cy.md +++ b/content/contact/index.cy.md @@ -1,5 +1,5 @@ --- -title: Contact EHRI +title: Cysylltwch ag EHRI type: contact --- diff --git a/layouts/index.html b/layouts/index.html index 6212657..ebaaa74 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,13 @@ {{ define "main" }}
-
-

{{ .Page.Title }}

+
+

{{ .Page.Title }}

-
-
-
-
+
+
+
+
{{ .Content }} {{ i18n "learn_more" }} diff --git a/themes/ehri-nn b/themes/ehri-nn index 3fda52f..e8f7edf 160000 --- a/themes/ehri-nn +++ b/themes/ehri-nn @@ -1 +1 @@ -Subproject commit 3fda52f8b01e403072885b956c37804c7e4c6ab4 +Subproject commit e8f7edf5162eecd2bd486598cc901c8740067062