mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
fix: add back last updated time
This commit is contained in:
parent
b3d1c54818
commit
2c54418fa5
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@
|
|||
</select>
|
||||
</footer>
|
||||
</main>
|
||||
<script>
|
||||
document.querySelector(".last-updated").innerHTML =
|
||||
document.lastModified;
|
||||
</script>
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
const selector = document.querySelector(".theme-selector");
|
||||
|
|
Loading…
Add table
Reference in a new issue