generated from hjess/PythonTemplateProject
[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 51s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 51s
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
<div class="mini-posts">
|
||||
{% for favorite in data.favorites %}
|
||||
<article>
|
||||
<!-- Fucking crap - Ignoreing all CSS image tags in mini-posts -->
|
||||
<a href="/category/{{ favorite.path }}" >
|
||||
<img src="/{{favorite.image}}" alt="{{ favorite.name }}" height="{{ favorite.height }}" width="{{ favorite.width }}" />
|
||||
<a href="/category/{{ favorite.path }}" class="image">
|
||||
<img class="fav-image" src="/{{favorite.image}}" alt="{{ favorite.name }}" height="{{ favorite.height }}" width="{{ favorite.width }}" />
|
||||
</a>
|
||||
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user