Skip to content

Commit c17a74d

Browse files
build(deps-dev): bump hugo-extended from 0.139.0 to 0.139.2 (#190)
* build(deps-dev): bump hugo-extended from 0.139.0 to 0.139.2 Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.139.0 to 0.139.2. - [Commits](jakejarvis/hugo-extended@v0.139.0...v0.139.2) --- updated-dependencies: - dependency-name: hugo-extended dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Use '.params.ui.footer_about_enable' instead --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryota Kobayashi <[email protected]>
1 parent 77784b9 commit c17a74d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

hugo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ params:
9999
ui:
100100
# Set to true to disable breadcrumb navigation.
101101
breadcrumb_disable: false
102-
# Set to true to disable the About link in the site footer
103-
footer_about_disable: false
102+
# Set to true to enable the About link in the site footer
103+
footer_about_enable: true
104104
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
105105
navbar_logo: true
106106
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"autoprefixer": "^10.4.20",
35-
"hugo-extended": "0.139.0",
35+
"hugo-extended": "0.139.2",
3636
"postcss-cli": "^11.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)