mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 17:22:09 +00:00
✨ Add last updated date to template
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div>
|
||||
<h3 class="text-2xl">Active Development</h3>
|
||||
<div class="text-orange">{% if object.active_development %}Yes{% else %}No{% endif %}</div>
|
||||
<p>Last Update: March X, 202X</p>
|
||||
<p>Last Update: {{ object.last_github_update|date:"F j, Y"}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user