mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
Update html/poketube.ejs
This commit is contained in:
parent
70f02e3162
commit
e2388890a8
@ -1514,10 +1514,20 @@ WIP! </a>
|
|||||||
|
|
||||||
|
|
||||||
<% if (Array.isArray(inv_vid?.keywords)) { %>
|
<% if (Array.isArray(inv_vid?.keywords)) { %>
|
||||||
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Tags</div>
|
|
||||||
|
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Tags</div>
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
<% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %>
|
<% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %>
|
||||||
<% inv_vid.keywords.forEach(x => { %>
|
<% inv_vid?.keywords.forEach(x => { %>
|
||||||
|
<div class="tag">
|
||||||
|
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
|
||||||
|
<%=x %>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<% }) %>
|
||||||
|
<% } %>
|
||||||
|
<% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %>
|
||||||
|
<% inv_vid?.keywords.forEach(x => { %>
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
|
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
|
||||||
<%=x %>
|
<%=x %>
|
||||||
@ -1529,8 +1539,6 @@ WIP! </a>
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user