Fixes and more styling
This commit is contained in:
parent
2c44a69ec3
commit
3619063e68
21 changed files with 203 additions and 94 deletions
7
templates/fragments/post_thumbnail.html
Normal file
7
templates/fragments/post_thumbnail.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<a href="/post/{{ post.id }}" title="{{ post.tags }}">
|
||||
<img src="/files/{{ post.thumbnail }}" />
|
||||
<div class="flex">
|
||||
<div>{{ post.rating | upper }}</div>
|
||||
<div>{{ post.media_type }}</div>
|
||||
</div>
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue