bios, crude post editing
This commit is contained in:
parent
ef68abe802
commit
091fba6910
4 changed files with 32 additions and 4 deletions
|
@ -25,6 +25,12 @@
|
|||
"name": "file",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"key": "Edit?",
|
||||
"type": "checkbox",
|
||||
"name": "edit",
|
||||
"default": "edit"
|
||||
},
|
||||
{
|
||||
"key": "",
|
||||
"type": "hidden",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<img src="/uploads/pfp_<%= username %>.png" class="avatar-img">
|
||||
<span><%= username %></span>
|
||||
</h1>
|
||||
<div class='commentbox'>A very cool person!</div>
|
||||
<div class='commentbox'><%= desc || "A very cool person!" %></div>
|
||||
<%- include ('vblock.ejs', {link: `/walls/get/users/${username}/0`, icon: '/icon.svg', name: 'Replies'}) %>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue