Add index
This commit is contained in:
parent
824639a6ae
commit
c701baecfe
|
@ -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.image }}" alt="{{ image_title }}" class="home-image lozad" />
|
<img data-src="{{ post.thumbnail }}" 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" />
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
<!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>
|
Loading…
Reference in New Issue