Reformat library page

This commit is contained in:
dsc 2021-06-17 04:25:08 +02:00
parent 3e2fc0b2ce
commit 826392b1c8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div class="col-lg-6">
<h5>By karma</h5>
<pre style="font-size:12px;">{% for s in by_karma %}<a target="_blank" href="https://www.youtube.com/watch?v={{s.utube_id}}">{{s.karma}}; {{s.title}}</a>
<pre style="font-size:12px;">{% for s in by_karma %}<a target="_blank" href="https://www.youtube.com/watch?v={{s.utube_id}}">{{s.utube_id}}</a> {{s.karma}} - {{s.title}}
{% endfor %}</pre>
</div>
</div>