feat: post refactor + fix title

This commit is contained in:
Barrett Ruth 2025-04-15 14:32:26 -04:00
parent 20ca76756e
commit 83e5c6c61a
11 changed files with 136 additions and 51 deletions

View file

@ -15,13 +15,13 @@
<div class="content">
<ul class="topics">
<li class="topic algorithms">
<a href="/algorithms" onclick="typechars(event)">Algorithms</a>
<a href="/algorithms" onclick="typechars(event)">algorithms</a>
</li>
<li class="topic economics">
<a href="/economics" onclick="typechars(event)">Economics</a>
<li class="topic operating-systems">
<a href="/operating-systems" onclick="typechars(event)">operating systems</a>
</li>
<li class="topic software">
<a href="/software" onclick="typechars(event)">Software</a>
<a href="/software" onclick="typechars(event)">software</a>
</li>
</ul>
<div class="posts" id="posts"></div>