diff --git a/site/_docs/permalinks.md b/site/_docs/permalinks.md index 5aa0449a..9ccf2706 100644 --- a/site/_docs/permalinks.md +++ b/site/_docs/permalinks.md @@ -79,7 +79,7 @@ permalink is defined according to the format `/:categories/:year/:month/:day/:ti

- Hour of the day, 24-hour clock, zero-padded from the Post’s filename. (00..23) + Hour of the day, 24-hour clock, zero-padded from the post’s date front matter. (00..23)

@@ -89,7 +89,7 @@ permalink is defined according to the format `/:categories/:year/:month/:day/:ti

- Minute of the hour from the Post’s filename. (00..59) + Minute of the hour from the post’s date front matter. (00..59)

@@ -99,7 +99,8 @@ permalink is defined according to the format `/:categories/:year/:month/:day/:ti

- Second of the minute from the Post’s filename. (00..60) + Second of the minute from the post’s date front matter. (00..59) +