Skip to content

Commit a17ade9

Browse files
authored
Merge pull request #907 from ivanvc/update-hugo-extended-to-0.135.0
dependency: bump hugo-extended from 0.134.1 to 0.135.0
2 parents ae42f0c + 4c99845 commit a17ade9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ imaging:
4141
languages:
4242
en:
4343
title: etcd
44-
description: >-
45-
A distributed, reliable key-value store for the most critical data of a
46-
distributed system
4744
languageName: English
4845
contentDir: content/en
4946
weight: 1
47+
params:
48+
description: >-
49+
A distributed, reliable key-value store for the most critical data of a
50+
distributed system
5051
5152
markup:
5253
goldmark:

layouts/shortcodes/metrics-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $dir := printf "/content/%s/%s%s" .Page.File.Lang .Page.File.Dir "metrics" -}}
1+
{{ $dir := printf "/content/%s/%s%s" .Page.Language.Lang .Page.File.Dir "metrics" -}}
22
{{ $regexp := .Get "regexp" | default "." -}}
33

44
{{ $counter := 0 -}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"autoprefixer": "^10.4.20",
2020
"docsy": "github:google/docsy#semver:0.10.0",
21-
"hugo-extended": "^0.134.1",
21+
"hugo-extended": "0.135.0",
2222
"netlify-cli": "^17.35.0",
2323
"postcss": "^8.4.45",
2424
"postcss-cli": "^11.0.0"

0 commit comments

Comments
 (0)