Skip to content

Commit

Permalink
cleanup: new date format
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Sep 8, 2024
1 parent 89ec0d9 commit c669564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The navigation bar first appears when you enter the page, as you scroll down it will disappear, and when you scroll up it will appear again (that way it won't take up space when you're reading, so you can focus on the content)

- New date format for articles (with the hour and minute)

- **Depricate the `description` field for articles**

- The `description` field for articles is now deprecated, and now the as a replacement, the content until the first `hr` element will be used as the description for the article in both the article list and the article itself.
Expand Down
2 changes: 0 additions & 2 deletions src/layouts/ArticleHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
day: "2-digit",
month: "long",
year: "numeric",
hour: "2-digit",
minute: "2-digit",
},
)
}}
Expand Down

0 comments on commit c669564

Please sign in to comment.