Skip to content

Commit 6496bec

Browse files
authored
chore: update reference to Hugo time format method
1 parent a053938 commit 6496bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exampleSite/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ theme = "hugo-blog-awesome"
9090
# When building for production it will be minified.
9191
# The file `custom.js` is loaded on each page (before body tag ends).
9292
dateFormat = "" # date format used to show dates on various pages. If nothing is specified, then "2 Jan 2006" format is used.
93-
# See https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference for available date formats.
93+
# See https://gohugo.io/functions/time/format/ for available date formats.
9494
rssFeedDescription = "summary" # available options: 1) summary 2) full
9595
# summary - includes a short summary of the blog post in the RSS feed. Generated using Hugo .Summary .
9696
# full - includes full blog post in the RSS feed. Generated using Hugo .Content .

0 commit comments

Comments
 (0)