This commit is contained in:
parent
6106cd62d1
commit
51b11323bc
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
||||||
<div id="page-content">
|
<div id="page-content">
|
||||||
<div style="margin-top: 30vh;"></div>
|
<div style="margin-top: 30vh;"></div>
|
||||||
|
|
||||||
|
{% if articles[0].custom.containsKey("photo") %}
|
||||||
<img id="current-blurred" src="{{ asset(articles[0].custom.photo) }}">
|
<img id="current-blurred" src="{{ asset(articles[0].custom.photo) }}">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
<a href="post/{{ article.slug }}.html" class="post-short">
|
<a href="post/{{ article.slug }}.html" class="post-short">
|
||||||
|
|
Loading…
Add table
Reference in a new issue