Updated some EJS and CSS to make it look a bit nicer (I am hopeless at

UX)
This commit is contained in:
deadvey
2025-10-24 12:48:54 +01:00
parent f8f05221b2
commit 4ad7352fcc
6 changed files with 42 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<div id="post-header">
<h1>
<h2>
<a href='/post/<%= post['id'] %>'><%= post.title %></a>
</h1>
</h2>
</div>
<div id="post-tags">

View File

@@ -1,7 +1,7 @@
<div id="post-header">
<h1>
<h2>
<a href='/post/<%= post['id'] %>'><%= post.title %></a>
</h1>
</h2>
</div>
<div id="post-tags">

View File

@@ -1,7 +1,7 @@
<div id="post-header">
<h1>
<h2>
<a href='/post/<%= post['id'] %>'><%= post.title %></a>
</h1>
</h2>
</div>
<div id="post-tags">

View File

@@ -1,7 +1,7 @@
<div id="post-header">
<h1>
<h2>
<a href='/post/<%= post['id'] %>'><%= post.title %></a>
</h1>
</h2>
</div>
<div id="post-tags">