Fix newlines within tags

This commit is contained in:
Oliver Davies 2017-11-28 18:54:04 +00:00
parent ba0382785d
commit 9bb6d13d25
5 changed files with 8 additions and 25 deletions

View file

@ -1,6 +1,3 @@
{% if page.image -%}
<img
src="/assets/images/projects/{{ page.image.name ?: page.image }}"
alt="{{ page.image.alt }}"
class="img mw5-m">
<img src="/assets/images/projects/{{ page.image.name ?: page.image }}" alt="{{ page.image.alt }}" class="img mw5-m">
{%- endif %}