mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
add video-title lol
This commit is contained in:
parent
35d175e2d5
commit
fca41df817
@ -1612,8 +1612,7 @@ WIP! </a>
|
|||||||
</style>
|
</style>
|
||||||
<% 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;">Keywords</div>
|
<div class="tag-container">
|
||||||
<div class="tag-container">
|
|
||||||
<% 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">
|
<div class="tag">
|
||||||
|
Loading…
Reference in New Issue
Block a user