Skip to content

Commit

Permalink
Add build date to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Jan 16, 2025
1 parent 709bf3e commit 3e979d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/categories/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3 class="header">
<div class="ui basic label">
<i class="calendar icon" aria-hidden="true"></i>
Last activity:
<div class="detail">{{ last_activity | date(format="%Y-%m-%d") }}</div>
<div class="detail">{{ last_activity | date }}</div>
</div>
</div>
</li>
Expand Down
8 changes: 7 additions & 1 deletion templates/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,13 @@ <h4 class="ui inverted header">About</h4>
</div>
<div class="ten wide column">
<h4 class="ui inverted header">Arewegameyet?</h4>
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<br />
Page generated at {{ now() | date(format="%Y-%m-%d %H:%M") }}.
</p>
</div>
<div class="three wide column">
<h4 class="ui inverted header">Get involved</h4>
Expand Down

0 comments on commit 3e979d5

Please sign in to comment.