mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
added elective selection algorithm
This commit is contained in:
@ -32,7 +32,9 @@ title: "Home"
|
||||
|
||||
<a href="{{ post.url }}">
|
||||
{% if post.image %}
|
||||
<img src="/images/posts/{{ post.image }}" class="article-cover">
|
||||
<div class="article-cover-container">
|
||||
<img src="/images/posts/{{ post.image }}" class="article-cover">
|
||||
</div>
|
||||
{% else %}
|
||||
<br><br>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user