diff --git a/CHANGELOG.md b/CHANGELOG.md index 0561540..5e8c807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/layouts/ArticleHead.vue b/src/layouts/ArticleHead.vue index 7f56302..c5a6d12 100644 --- a/src/layouts/ArticleHead.vue +++ b/src/layouts/ArticleHead.vue @@ -33,8 +33,6 @@ day: "2-digit", month: "long", year: "numeric", - hour: "2-digit", - minute: "2-digit", }, ) }}