File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 < p class ="subheadline "> {{ post.categories | join: ' · ' | prepend: '< span class ="subheader "> ' | append: '</ span > ' }}{% if post.categories != empty and post.subheadline != NULL %} – {% endif %}{{ post.subheadline }}</ p >
1414 < h2 > < a href ="{{ site.url }}{{ site.baseurl }}{{ post.url }} "> {{ post.title }}</ a > </ h2 >
1515 < p >
16- {% if post.image.thumb %}< a href ="{{ site.url }}{{ site.baseurl }}{{ post.url }} " title ="{{ post.title escape_once }} "> < img src ="{{ site.urlimg }}{{ post.image.thumb }} " class ="alignleft " width ="150 " height ="150 " alt ="{{ page.title escape_once }} "> </ a > {% endif %}
16+ {% if post.image.thumb %}< a href ="{{ site.url }}{{ site.baseurl }}{{ post.url }} " title ="{{ post.title | escape_once }} "> < img src ="{{ site.urlimg }}{{ post.image.thumb }} " class ="alignleft " width ="150 " height ="150 " alt ="{{ page.title escape_once }} "> </ a > {% endif %}
1717
1818 {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
1919
20- < a href ="{{ site.url }}{{ site.baseurl }}{{ post.url }} " title ="{{ site.data.language.read }} {{ post.title escape_once }} "> < strong > {{ site.data.language.read_more }}</ strong > </ a >
20+ < a href ="{{ site.url }}{{ site.baseurl }}{{ post.url }} " title ="{{ site.data.language.read }} {{ post.title | escape_once }} "> < strong > {{ site.data.language.read_more }}</ strong > </ a >
2121 </ p >
2222 </ div > <!-- /.small-12.columns -->
2323 </ div > <!-- /.row -->
You can’t perform that action at this time.
0 commit comments