Update to zola v0.12.1 (#861)

This commit is contained in:
Philipp Oppermann
2020-09-27 15:56:13 +02:00
committed by GitHub
parent 68d59147e7
commit 80136cc047
10 changed files with 31 additions and 31 deletions

View File

@@ -7,10 +7,10 @@
{%- set post = page -%}
{%- set not_translated = true -%}
{%- endif -%}
<h2 class="post-title"><a href="/{{ post.path | safe }}">{{ post.title }}</a></h2>
<h2 class="post-title"><a href="{{ post.path | safe }}">{{ post.title }}</a></h2>
<div class="post-summary">
{{ post.summary | safe }}
<a class="read-more" href="/{{ post.path | safe }}"><em>read&nbsp;more&nbsp;»</em></a>
<a class="read-more" href="{{ post.path | safe }}"><em>read&nbsp;more&nbsp;»</em></a>
{%- if lang and not_translated and lang != config.default_language -%}
<aside class="no-translation">