This commit is contained in:
Korbs 2022-05-02 16:03:14 -04:00
commit 3157485aec
3 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,7 @@
<button onclick="toTab('2022', this, 'var(--blue-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2022</button>
</section>
<section id="extra-placeholder">
<p>Select a year to see content</p>
<p>Select a year to see content...</p>
</section>
{{ content }}
{% include master/footer.html %}