From ec18110290ae2b98eb64152494be55ed12116b2d Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Wed, 21 Apr 2021 17:24:04 +0200 Subject: [PATCH 1/3] [FIX] Added some 0s on date format. --- content/posts/avicii-3-years-ago.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/avicii-3-years-ago.md b/content/posts/avicii-3-years-ago.md index ecd85fb..aaf1caf 100644 --- a/content/posts/avicii-3-years-ago.md +++ b/content/posts/avicii-3-years-ago.md @@ -1,5 +1,5 @@ --- -title: 8/09/1989 – 20/4/2018 +title: 08/09/1989 – 20/04/2018 subtitle: «... I want to be remembered for the life I lived...» author: Matteo Bilotta date: 2021-04-21T01:01:59 From 9406a532144d66bbf47707b9a97dd9977989a00c Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Wed, 21 Apr 2021 17:28:39 +0200 Subject: [PATCH 2/3] [ADD] Added 'FUNDING.yml' file. --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..2404f70 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: Byloth From 16909d9330e37c1f993649c9f870c2fcd213bc1d Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Thu, 22 Apr 2021 10:52:50 +0200 Subject: [PATCH 3/3] [FIX] Fixed version. --- package.json | 2 +- store/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14e9d9f..b14af43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@byloth/website", - "version": "5.0.4", + "version": "5.0.5", "description": "My personal website as a Nuxt.js application, written in TypeScript and based on Material Design.", "keywords": [ "Vue.js", diff --git a/store/config.ts b/store/config.ts index 05751e8..175a31d 100644 --- a/store/config.ts +++ b/store/config.ts @@ -54,7 +54,7 @@ const state = (): ConfigState => ({ title: "Chi sono" } ], - version: "5.0.4" + version: "5.0.5" }); export { state };