mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
lets see
This commit is contained in:
parent
786a420634
commit
c84c35720e
@ -441,7 +441,19 @@ background: none !important;
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
|
<% if (Array.isArray(inv_vid?.keywords)) { %>
|
||||||
|
|
||||||
|
<div class="video-title" style="color:#fff;font-family:'PokeTube Flex';font-weight:1000;font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Tags</div>
|
||||||
|
<div class="tags">
|
||||||
|
|
||||||
|
<% inv_vid?.keywords.forEach(x => { %>
|
||||||
|
<div class="tag">
|
||||||
|
<a href="/hashtag/<%=x %>" style="color:#fff">
|
||||||
|
<%=x %>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<% }) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user