updated ejs

This commit is contained in:
2025-10-09 14:18:03 +01:00
parent 2ada1d970f
commit e63fb4a27a
7 changed files with 52 additions and 38 deletions

View File

@@ -1,8 +1,10 @@
<h1>
<%= user.prettyname %>
</h1>
<div id='user-page-title'>
<h1>
<%= user.prettyname %>
</h1>
</div>
<p><%- func.render_md(user.description) %></p>
<a href="<%= config.edit_account_base_url %>/<%= userID %>"><%= locale.edit_account %></a><br/>
<a href="/user/<%= user.username %>/rss"><%= locale.rss_feed %></a><br/>
<a href="/user/<%= user.username %>/atom"><%= locale.atom_feed %></a>
<a id='edit-account-link' href="<%= config.edit_account_base_url %>/<%= userID %>"><%= locale.edit_account %></a><br/>
<a id='rss-link' href="/user/<%= user.username %>/rss"><%= locale.rss_feed %></a><br/>
<a id='atom-link' href="/user/<%= user.username %>/atom"><%= locale.atom_feed %></a>
<%- config.seperator %>