Removed styling from the news sections
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
e02f8c366c
commit
153ad08a78
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue