From 4c99845c8debe7a7c32d474aa9e680eacff99256 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 10 Oct 2024 21:40:05 -0700 Subject: [PATCH] dependency: bump hugo-extended from 0.134.1 to 0.135.0 Signed-off-by: Ivan Valdes --- config.yaml | 7 ++++--- layouts/shortcodes/metrics-list.html | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 1956152c..55084004 100644 --- a/config.yaml +++ b/config.yaml @@ -41,12 +41,13 @@ imaging: languages: en: title: etcd - description: >- - A distributed, reliable key-value store for the most critical data of a - distributed system languageName: English contentDir: content/en weight: 1 + params: + description: >- + A distributed, reliable key-value store for the most critical data of a + distributed system markup: goldmark: diff --git a/layouts/shortcodes/metrics-list.html b/layouts/shortcodes/metrics-list.html index 41d004d0..50c05d9d 100644 --- a/layouts/shortcodes/metrics-list.html +++ b/layouts/shortcodes/metrics-list.html @@ -1,4 +1,4 @@ -{{ $dir := printf "/content/%s/%s%s" .Page.File.Lang .Page.File.Dir "metrics" -}} +{{ $dir := printf "/content/%s/%s%s" .Page.Language.Lang .Page.File.Dir "metrics" -}} {{ $regexp := .Get "regexp" | default "." -}} {{ $counter := 0 -}} diff --git a/package.json b/package.json index 0b86a468..f1e16e18 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "autoprefixer": "^10.4.20", "docsy": "github:google/docsy#semver:0.10.0", - "hugo-extended": "^0.134.1", + "hugo-extended": "0.135.0", "netlify-cli": "^17.35.0", "postcss": "^8.4.45", "postcss-cli": "^11.0.0"