fix: add back last updated time

This commit is contained in:
Gen 2024-03-06 23:56:21 -08:00
parent b3d1c54818
commit 2c54418fa5
No known key found for this signature in database
GPG key ID: CE5EAD50DD5E2278

View file

@ -62,6 +62,10 @@
</select> </select>
</footer> </footer>
</main> </main>
<script>
document.querySelector(".last-updated").innerHTML =
document.lastModified;
</script>
<script> <script>
window.addEventListener("DOMContentLoaded", () => { window.addEventListener("DOMContentLoaded", () => {
const selector = document.querySelector(".theme-selector"); const selector = document.querySelector(".theme-selector");