fix reading time space

This commit is contained in:
2023-01-17 20:48:18 +01:00
parent 285596d43c
commit 8574988b21

View File

@@ -5,7 +5,7 @@
<article class="post">
<h2>{{ page.title }}</h2>
<div class="meta">
<p>{{ page.date|date("d.m.Y H:i") }} {% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }} {% endif %}</p>
<p>{{ page.date|date("d.m.Y H:i") }}{% if config.plugins.readingtime.enabled %}&nbsp;|&nbsp;{{ page.content|readingtime }}{% endif %}</p>
<p>Tagi: {% for tag in page.taxonomy.tag %}<a href="{{ theme_config.blog.slug }}/tag:{{tag}}">{{ tag }}</a>&ensp;{% endfor %}</p>
</div>
{{ page.content | raw }}