Complete #52, Optimize CSS, Reduce code duplication, Scrap templates; Massive refactor.

This commit is contained in:
Cutieguwu
2025-08-20 16:08:41 -04:00
parent 04a4adb4d4
commit d1e06b432d
55 changed files with 1533 additions and 1896 deletions

View File

@@ -1,23 +1,23 @@
<div class="spacer_container spacer_posts">
<h2>Recent</h2>
<div class="chunk_list recent_posts">
<div class="chunk">
<div class="header">
<div class="spacer_container blog_recent_posts">
<h2>Recent Posts</h2>
<div class="section_list">
<section>
<header>
<div>
<h3 class="name">Unsure U.</h3>
<span class="subtitle">09 August, 2025</span>
</div>
<a href="/blog/posts/1_unsure_u.html" class="status"> View </a>
</div>
</div>
<div class="chunk">
<div class="header">
</header>
</section>
<section>
<header>
<div>
<h3 class="name">Divergent Pathways</h3>
<span class="subtitle">29 July, 2025</span>
</div>
<a href="/blog/posts/0_divergent_pathways.html" class="status"> View </a>
</div>
</div>
</header>
</section>
</div>
</div>