Skip to content

Commit 642e4b0

Browse files
Update hugo (#494)
1 parent 473448e commit 642e4b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/content/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Build your site for deployment with `make html`. The generated site is in `./pub
8787

8888
## Next steps
8989

90-
Take a minute to learn about the [features]({{< relref "features" >}}) and [shortcodes]({{< relref "shortcodes" >}}) provided by the theme.
90+
Take a minute to learn about the [features](features) and [shortcodes](shortcodes) provided by the theme.

doc/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3-
HUGO_VERSION = "0.122.0"
3+
HUGO_VERSION = "0.123.0"
44
DART_SASS_VERSION = "1.70.0"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

layouts/shortcodes/toctree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
options: {"render": False}
44

5-
doc: Shows a table-of-contents tree for the Hugo [`Sections`](https://gohugo.io/methods/page/sections/) in the current hierarchy. In this documentaion, an example of the `toctree` is seen on the [Examples]({{% relref "examples" %}}) page.
5+
doc: Shows a table-of-contents tree for the Hugo [`Sections`](https://gohugo.io/methods/page/sections/) in the current hierarchy. In this documentaion, an example of the `toctree` is seen on the [Examples](examples) page.
66

77
{{< toctree >}}
88

0 commit comments

Comments
 (0)