|
|
@ -16,11 +16,9 @@ |
|
|
|
<section id="content" class="body"> |
|
|
|
<header> |
|
|
|
<div class="entry-title"> |
|
|
|
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" |
|
|
|
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></div> |
|
|
|
<span>{{ article.title }}</span></div> |
|
|
|
{% import 'translations.html' as translations with context %} |
|
|
|
{{ translations.translations_for(article) }} |
|
|
|
</header> |
|
|
|
<div class="post-info"> |
|
|
|
<!-- <div class='summary'>{{ article.summary }}</div> --> |
|
|
|
<time class="published" datetime="{{ article.date.isoformat() }}"> |
|
|
@ -40,6 +38,7 @@ |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div><!-- /.post-info --> |
|
|
|
|
|
|
|
{% if article.toc %} |
|
|
|
{{ article.toc }} |
|
|
|
{% endif %} |
|
|
|