mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 18:14:50 +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>
|
</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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue