Update threads.ejs

This commit is contained in:
tokmak0 2022-08-31 16:04:37 +03:00 committed by GitHub
parent 61ff3951bd
commit 46dbbcd343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<%- include("extra/meta", {title: "Thread list!" }) %>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/css/threads.css" />
<%- include("extra/navbar") %>
@ -17,6 +19,7 @@
<%= thread.title %>
</div>
<div class="box-username">
<a class="btn-danger"><i class="fa-solid fa-trash-can"></i></a>
<%= thread.author.name %> <div class="avatar"><img src="<%=thread.author.avatar %>"> </div>
</div>