We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a053938 commit 6496becCopy full SHA for 6496bec
exampleSite/hugo.toml
@@ -90,7 +90,7 @@ theme = "hugo-blog-awesome"
90
# When building for production it will be minified.
91
# The file `custom.js` is loaded on each page (before body tag ends).
92
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.
+ # See https://gohugo.io/functions/time/format/ for available date formats.
94
rssFeedDescription = "summary" # available options: 1) summary 2) full
95
# summary - includes a short summary of the blog post in the RSS feed. Generated using Hugo .Summary .
96
# full - includes full blog post in the RSS feed. Generated using Hugo .Content .
0 commit comments