Winter 2025 events, and added page descriptions for new hugo version

This commit is contained in:
2025-01-31 14:58:25 -08:00
parent 1e3a9c4d0f
commit ec6069969a
10 changed files with 90 additions and 4 deletions

View File

@@ -14,8 +14,14 @@
</style>
<ol>
<li>
<a href="/events/installfest-f24">
<span class="magic">October 11, 2024: Fall Quarter Installfest</span>
<a href="/events">
Next Weekly Meeting: <span class="magic"></span>
</a>
</li>
</ol>
<script>
document.addEventListener('DOMContentLoaded', function () {
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
document.querySelector('span.magic').innerHTML = nextThursday.toDateString();
});
</script>