some more ui stuff

This commit is contained in:
biglyderv 2025-02-26 13:54:25 -05:00
parent 9e5989825f
commit d65c737a6e
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
5 changed files with 60 additions and 42 deletions

View file

@ -1,8 +1,7 @@
<div class='main'>
<div class="header-big">
<div><%= username %> </div>
<div><%= new Date(date).toISOString() %> </div>
</div>
<h1 class="header-big"><%= username %></h1>
<div><%= content %></div>
<div class='sub'><b>Posted on</b> <%= new Date(date).toISOString() %> </div>
<%- include ('vblock.ejs', {link: `/${type}/${id}`, icon: '/icon.svg', name: 'Original'}) %>
<%- include ('vblock.ejs', {link: `/walls/get/${type}/${id}/0`, icon: '/icon.svg', name: 'Replies'}) %>
</div>