From 3d7676816fb9f5c8ba93d32dfbf53ad423c123e9 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Sun, 25 Jul 2021 18:57:12 +0800 Subject: [PATCH] fix: set `lastUpdated` time to git commit timestamp More details on issue #343 close #343 --- .../theme-default/components/LastUpdated.vue | 7 +++++- src/node/markdownToVue.ts | 24 +++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/src/client/theme-default/components/LastUpdated.vue b/src/client/theme-default/components/LastUpdated.vue index ab888fbc..89f5842f 100644 --- a/src/client/theme-default/components/LastUpdated.vue +++ b/src/client/theme-default/components/LastUpdated.vue @@ -1,5 +1,5 @@