Skip to content

Commit b9680a9

Browse files
committed
footer: add build information
1 parent 14d39e6 commit b9680a9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

layouts/_default/baseof.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,24 @@
8787
</div>
8888
</main>
8989

90-
<footer class="py-4 border-top">
90+
<footer class="py-4 border-top bg-light">
9191
<div class="container limit-width text-end">
9292

9393
<div class="d-flex justify-content-between">
94-
<div style="opacity: .5;">
95-
Copyright {{ now.Format "2006" }} <a href='https://github.com/swharden' class="text-dark">@swharden</a>
94+
95+
<div class="text-start text-muted">
96+
<div>
97+
Copyright {{ now.Format "2006" }} <a href='https://github.com/swharden' class="text-dark">@swharden</a>
98+
</div>
99+
<div>
100+
Built with Hugo {{ .Site.Hugo.Version }}
101+
</div>
102+
<div>
103+
{{ time now | time.Format ":date_long" }}
104+
at {{ time now "America/New_York" | time.Format ":time_short" }} EST
105+
</div>
96106
</div>
107+
97108
<div>
98109
<a href="https://github.com/swharden/patch">
99110
<img class="github-edit-button" src="/patch/img/github-edit.svg" />

0 commit comments

Comments
 (0)