mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 06:25:53 -04:00
Correct typo
This commit is contained in:
parent
beb850d9fa
commit
c7ba9e3e16
@ -31,7 +31,7 @@ aliases: []
|
|||||||
|
|
||||||
This method wil return `nil` when no page could be found, so the above will not print anything if the blog section is not found.
|
This method wil return `nil` when no page could be found, so the above will not print anything if the blog section is not found.
|
||||||
|
|
||||||
To fund a regular page in the blog section::
|
To find a regular page in the blog section::
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ with .Site.GetPage "/blog/my-post.md" }}{{ .Title }}{{ end }}
|
{{ with .Site.GetPage "/blog/my-post.md" }}{{ .Title }}{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user