We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd47d49 commit 5725cb0Copy full SHA for 5725cb0
content/now.md
@@ -8,7 +8,7 @@ layout: "simple"
8
9
_Yet another [now](https://nownownow.com/about) page inspired by [Derek Sivers](https://sive.rs/nowff)._
10
11
-{{< badge >}} Last updated: November 10, 2025 {{< /badge >}}
+{{< badge >}} Last updated: {{< build-date >}} {{< /badge >}}
12
13
<!--- content --->
14
### 📝 Recent writings
layouts/shortcodes/build-date.html
@@ -0,0 +1,3 @@
1
+{{- /* Build-time date. `hugo.BuildDate` can be overridden (e.g. in CI) and may be empty in some contexts, so we fallback to `now`. */ -}}
2
+{{- (or hugo.BuildDate now) | time.Format "January 2, 2006" -}}
3
+
0 commit comments