Merge branch 'tempv0.129.0'

This commit is contained in:
Bjørn Erik Pedersen 2024-07-17 15:59:50 +02:00
commit 5a9771affc
No known key found for this signature in database

View File

@ -113,6 +113,16 @@ This is configurable. See [details].
{{ end }}
```
###### Body
(`string`) The commit message body.
```go-html-template
{{ with .GitInfo }}
{{ .Body }} → - Two new pages added.
{{ end }}
```
## Last modified date
By default, when `enableGitInfo` is `true`, the `Lastmod` method on a `Page` object returns the Git AuthorDate of the last commit that included the file.