|
|
@ -11,13 +11,7 @@ |
|
|
|
{% endif %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
<div class="file type_folder"> |
|
|
|
<a title="../" href="/log/" id="link0" class="type_folder"><img alt="../" src="/icons/back.png" class="type_folder"></a> |
|
|
|
</br> |
|
|
|
<span class="filename">../</span> |
|
|
|
|
|
|
|
{% block content %} |
|
|
|
<section id="content" class="body h-entry"> |
|
|
|
<header id="banner"> |
|
|
|
{% for p in pages %} |
|
|
|
{% if p.title == 'header' %} |
|
|
@ -25,6 +19,8 @@ |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</header> |
|
|
|
|
|
|
|
<section id="content" class="body h-entry"> |
|
|
|
<div class="entry-title p-name"> |
|
|
|
{{ article.title }} |
|
|
|
</div> |
|
|
@ -37,7 +33,6 @@ |
|
|
|
{% set thumb_size =''%} |
|
|
|
{% endif %} |
|
|
|
<img src="{{ article.featured_image | replace('images','images'+thumb_size) }}"> |
|
|
|
|
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
@ -57,12 +52,9 @@ |
|
|
|
{% if article.translations %} |
|
|
|
<div class="article-translation"> |
|
|
|
{% for translation in article.translations %} |
|
|
|
{% if translation.lang == 'nl' %} |
|
|
|
<a href="{{ translation.url }}">Lees dit artikel in het Nederlands</a> |
|
|
|
{% if translation.lang == 'nl' %}<a href="{{ translation.url }}">Lees dit artikel in het Nederlands</a> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if translation.lang == 'en' %} |
|
|
|
<a href="{{ translation.url }}">Read this article in English</a> |
|
|
|
{% if translation.lang == 'en' %}<a href="{{ translation.url }}">Read this article in English</a> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
@ -71,7 +63,6 @@ |
|
|
|
</div> |
|
|
|
<div class="entry-content-container"> |
|
|
|
<div class="entry-content e-content"> |
|
|
|
|
|
|
|
{{ article.content }} |
|
|
|
<div class="separator"><hr></div> |
|
|
|
</div><!-- /.entry-content --> |
|
|
|