My personal website. It is free and liberated from social media.

Add author and date posted to blog stub

+9 -2
+9 -2
blog/index.html
··· 24 24 <main> 25 25 <article> 26 26 <h2>Duck Day 2026</h2> 27 + <div class="article-header"> 28 + <address class="author"> 29 + <a href="mailto:demetrius@demsem.dev">Demetrius Semanko</a> 30 + </address> 31 + <time class="date-posted" datetime="2026-03-03">2026-03-03</time> 32 + </div> 33 + 27 34 <p> 28 35 When programming, we try to develop 29 36 <span class="italic">something</span>, but we also develop ··· 31 38 problem, but we find ourselves struggling. Who or what can we turn to? 32 39 </p> 33 40 <em>A duck! 🦆</em> 34 - <br> 35 - <a href="/blog/duck_day_2026">Read more...</a> 41 + <br /> 42 + <a href="/blog/duck_day_2026">Read more...</a> 36 43 </article> 37 44 </main> 38 45 <footer><section>&copy; 2026 Demetrius</section></footer>