Skip to content

Commit 9a49af4

Browse files
committed
Add last modification time to footer (Git data)
1 parent 9fc2556 commit 9a49af4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ languageCode = "en-us"
33
title = "Xfce Desktop Environment"
44
theme = "xfce"
55
custom_css = [ "css/reset.css" ]
6+
enableGitInfo = true
67

78
[menus]
89
[[menus.inter]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>Copyright 2003&mdash;{{ now.Year }} <a href="https://xfce.org/about/credits">Xfce Development Team</a>. Hosted by <a href="https://gandi.net">Gandi</a>.</p>
1+
<p>Copyright 2003&mdash;{{ now.Year }} <a href="https://xfce.org/about/credits">Xfce Development Team</a>. Hosted by <a href="https://gandi.net">Gandi</a>. This page was last modified on {{ .Lastmod | time.Format "2006/01/02" }}.</p>

0 commit comments

Comments
 (0)