Removed styling from the news sections

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-10-01 01:28:34 +02:00
parent e02f8c366c
commit 153ad08a78

View file

@ -16,8 +16,7 @@
<div class="news_content">{{ page.content | safe }}</div>
{% endif %}
{% for photo in page.assets %}
{% set meta = get_image_metadata(path=photo) %}
<img class="news_image{% if meta.width > meta.height %}_landscape{% endif %}" src="{{ page.path | safe }}{{ photo | split(pat='/') | last }}" />
<img class="news_image" src="{{ page.path | safe }}{{ photo | split(pat='/') | last }}" />
{% endfor %}
</div>
{% endfor %}