small tweaks

This commit is contained in:
2025-12-29 09:12:47 -08:00
parent 2be98a3284
commit 429514f568
2 changed files with 4 additions and 4 deletions

View File

@ -34,11 +34,11 @@
<main> <main>
<h1>About the Beall Greenhouses</h1> <h1>About the Beall Greenhouses</h1>
<h2>Past</h2> <h2 id="past">Past</h2>
<h2>Present</h2> <h2 id="present">Present</h2>
<h2>Future</h2> <h2 id="future">Future</h2>
</main> </main>
</div> </div>
<footer id="footer"><!-- auto-populated by nav.js --></footer> <footer id="footer"><!-- auto-populated by nav.js --></footer>

View File

@ -46,7 +46,7 @@ const footerHTML = `
</a> </a>
</p> </p>
</div> </div>
<p>brought to you in 2025</p> <p>brought to you in 2026</p>
` `
const populateFooter = function() { const populateFooter = function() {