chore: improve + simplify update timestamps in footer
This commit is contained in:
parent
de10bfd839
commit
5437d3c009
10 changed files with 55 additions and 50 deletions
|
@ -3,5 +3,5 @@ layout: base
|
|||
---
|
||||
<div class="main-wrapper">
|
||||
<main>{{ content }}</main>
|
||||
{% render "partials/footer.liquid", page:page, nav:nav %}
|
||||
{% render "partials/footer.liquid", page:page, nav:nav, updated:updated %}
|
||||
</div>
|
Reference in a new issue