mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
add pronouns to channel pages :3 (mobile)
This commit is contained in:
parent
195530b208
commit
20cef3a76e
1 changed files with 3 additions and 3 deletions
|
@ -980,7 +980,7 @@ width: fit-content;
|
|||
<div class="name">
|
||||
<p style="font-family:PokeTube Flex,sans-serif;font-weight:1000;font-stretch: ultra-expanded;white-space:yes;"> <%=j.Channel?.Metadata.Name%> </p>
|
||||
<p style="margin: -9px;">
|
||||
<%=subs%> subscribers
|
||||
<%=subs%> subscribers - <%- pronoun %>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue