From 02ca54916daca899c8794097532bc7d4a0a1888f Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 4 Mar 2023 14:43:34 -0500 Subject: [PATCH] Add render date + commit SHA --- config.toml | 1 + themes/v2/layouts/partials/footer.html | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/config.toml b/config.toml index 40e77f7..91a9a7c 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ baseURL = 'https://davideisinger.com/' languageCode = 'en-us' title = 'David Eisinger' theme = 'v2' +enableGitInfo = true diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index 678cd92..9e0e73f 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -1,6 +1,13 @@