mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
new logo!!!!
This commit is contained in:
parent
4d95aa6b2c
commit
a1fb656380
1 changed files with 2 additions and 8 deletions
|
@ -536,14 +536,8 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
<nav>
|
||||
<div class=left>
|
||||
|
||||
<% if (inv_vid.genre != "Music") { %>
|
||||
|
||||
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
<% } %>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=<%=btoa(Date.now())%>"></a>
|
||||
<% } %>
|
||||
|
||||
|
||||
<% if (secure) { %>
|
||||
|
|
Loading…
Reference in a new issue