commit 50145c132fac263c3d17bb0b61d4dd6e30261cc0 parent d40b910970e66baa00a24f6ccdadbe324d5d3cea Author: David Eisinger <[email protected]> Date: Sat, 4 Mar 2023 19:27:17 -0500 Fix iPad footer issue Diffstat:
| M | themes/v2/layouts/partials/footer.html | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html @@ -3,9 +3,7 @@ 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}} - </a> + <a href="https://github.com/dce/davideisinger.com/commit/{{ .Hash }}">{{ substr .Hash 0 7}}</a> {{ end }} <br> <a href="https://v1.davideisinger.com">Version 1</a> •