davideisinger.com

My personal website
Log | Files | Refs | README

commit 96c27932836316458e62abdc84a199448a3b74d2
parent 02ca54916daca899c8794097532bc7d4a0a1888f
Author: David Eisinger <[email protected]>
Date:   Sat,  4 Mar 2023 14:54:41 -0500

Replace 'from' w/ middot

Diffstat:
Mthemes/v2/layouts/partials/footer.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html @@ -1,7 +1,7 @@ <footer> <hr> - Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} from + Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} • {{ with .GitInfo }} <a href="https://github.com/dce/davideisinger.com/commit/{{ .Hash }}"> {{ substr .Hash 0 7}}