mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:54:42 -05:00
fix a goofy ahh issue
This commit is contained in:
parent
8f3b1d4c29
commit
522e789213
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@
|
||||||
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
|
||||||
<title>Technoblade Never Dies! - PokeTube</title>
|
<title>Technoblade Never Dies! - PokeTube</title>
|
||||||
<% } %>
|
<% } %>
|
||||||
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
|
<title><%=j.Channel?.Metadata.Name%> - PokeTube</title>
|
||||||
<link href=css/yt-ukraine.svg rel=icon>
|
<link href=css/yt-ukraine.svg rel=icon>
|
||||||
<meta content=website property=og:type>
|
<meta content=website property=og:type>
|
||||||
<meta content="<%=j.Channel.Metadata.Name%> - PokeTube" property=og:title>
|
<meta content="<%=j.Channel?.Metadata.Name%> - PokeTube" property=og:title>
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
<% if (dnoreplace) { %>
|
<% if (dnoreplace) { %>
|
||||||
|
|
||||||
|
@ -552,7 +552,7 @@ margin-right: -79px;
|
||||||
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
|
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<% if (cinv.authorVerified) { %>
|
<% if (cinv?.authorVerified) { %>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
Loading…
Reference in a new issue