1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00

fix descriptions

This commit is contained in:
Ashley 2023-11-11 12:08:36 +00:00
parent 44969517c5
commit 2ef94df382

View file

@ -28,11 +28,10 @@
<meta content=website property=og:type>
<meta content="<%=j.Channel?.Metadata.Name%> - PokeTube" property=og:title>
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
<% if (dnoreplace) { %>
<meta content="<%-dnoreplace%>" property=twitter:description>
<% } %>
<% if (j.Channel?.Metadata.Banners.Thumbnail) { %>
<meta content="<%- cinv.description %>" property=twitter:description>
<% if (j.Channel?.Metadata.Banners.Thumbnail) { %>
<meta content="<%=j.Channel?.Metadata?.Banners.Thumbnail[2].$t%>" property=og:image>
<% } %>
@ -1255,7 +1254,7 @@ margin-left: 8em;" >
<h3 style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:900;padding: 0px;margin: 0;margin-top: 7px;margin-left: 10px;">About</h3>
<% if (desc) { %>
<% if (cinv.descriptionHtml) { %>
<p style="color:#fff;margin-left: 10px;font-weight: bold;"><%-cinv.descriptionHtml%></p>
<% } %>