Skip to content

Commit

Permalink
docs(Permalinks): add :timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 14, 2025
1 parent 75952b4 commit 20fc314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Besides the following variables, you can use any attributes in the permalink exc
| `:hour` | Published hour of posts (2-digit) |
| `:minute` | Published minute of posts (2-digit) |
| `:second` | Published second of posts (2-digit) |
| `:timestamp` | Timestamp of post's published [date](./front-matter#Settings-Their-Default-Values) |
| `:title` | Filename (relative to "source/\_posts/" folder) |
| `:name` | Filename |
| `:post_title` | Post title |
Expand Down

0 comments on commit 20fc314

Please sign in to comment.