Compare commits

..

No commits in common. "c701baecfe7d7a933801943d0b1e4968bbebe2f5" and "824639a6aedc77b389ed68649e2f83c4d29daffe" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,7 @@
<p> <p>
{% if home or section %} {% if home or section %}
<a href="/{{ language }}{{ url }}" rel="permalink" title="{{ image_title }}"> <a href="/{{ language }}{{ url }}" rel="permalink" title="{{ image_title }}">
<img data-src="{{ post.thumbnail }}" alt="{{ image_title }}" class="home-image lozad" /> <img data-src="{{ post.image }}" alt="{{ image_title }}" class="home-image lozad" />
</a> </a>
{% else %} {% else %}
<img data-src="{{ post.image }}" alt="{{ image_title }}" class="post-image lozad" /> <img data-src="{{ post.image }}" alt="{{ image_title }}" class="post-image lozad" />

View File

@ -1,12 +0,0 @@
<!doctype html>
<html lang=en>
<head>
<title>{{ config.base_url }}/en/</title>
<link rel=canonical href="{{ config.base_url }}/en" />
<meta name=robots content="noindex">
<meta charset=utf-8>
<meta http-equiv=refresh content="0; url={{ config.base_url }}/en/">
</head>
</html>