mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Switch titles to <h1>s (Fixes #444)
This commit is contained in:
parent
d558127306
commit
50665bbeb3
4 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@
|
|||
{% endif %}
|
||||
<div class="panel" id="user">
|
||||
<img loading="lazy" id="user_icon" src="{{ user.icon }}" alt="User icon">
|
||||
<p id="user_title">{{ user.title }}</p>
|
||||
<h1 id="user_title">{{ user.title }}</h1>
|
||||
<p id="user_name">u/{{ user.name }}</p>
|
||||
<div id="user_description">{{ user.description }}</div>
|
||||
<div id="user_details">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue