uoft-lgcu / lgcu.ca

LGCU website
https://lgcu.ca
2 stars 0 forks source link

Last update #37

Closed justinrleung closed 2 weeks ago

justinrleung commented 7 months ago

The footer doesn't update properly with the date of last update. For example, on the How-To page, it shows up as 14 March 2021 even though I've updated the page just today.

gadanidis commented 7 months ago

Right now, the date has to be updated manually. It's in the YAML header of the file:

---
layout: page
title: How‑To
modified: 2021-03-14
permalink: /how-to/
---

It could be worth looking into doing this automatically somehow, though.

justinrleung commented 7 months ago

Ah, I see. I imagine it would need to check several things because it's not just the page itself, but also the dependent data files.