Convert homepage to Express EJS

This commit is contained in:
Zebratic
2026-07-07 17:48:59 +00:00
parent 14cd966bec
commit fac38efdee
16 changed files with 1634 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
<a class="post-card post-link<%= post.featured ? ' featured-post' : '' %>" href="<%= post.href %>">
<div class="post-meta">
<span class="now-mark shipping"><%= post.status %></span>
<span class="post-date"><%= post.category %></span>
</div>
<h3><%= post.title %></h3>
<p><%= post.description %></p>
<span class="read-more">read writeup →</span>
</a>