From c66956480d4d24b119b7154b7569c84a9179ac6f Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sun, 8 Sep 2024 17:31:20 +0300 Subject: [PATCH] cleanup: new date format --- CHANGELOG.md | 2 ++ src/layouts/ArticleHead.vue | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }, ) }}