This commit is contained in:
2022-05-07 19:46:12 +02:00
parent e253afc215
commit a1792ccaf2
36 changed files with 275 additions and 807 deletions

View File

@ -49,7 +49,7 @@ layout: compress
{% if page.date %}
<div class="post-meta">
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: "%b %d, %Y" }}
{{ page.date | date: "%d %b %Y" }}
</time>
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name">{{ site.author.name }}</span>
@ -87,8 +87,8 @@ layout: compress
{% include navigation.html %}
{% endif %}
{% include footer.html %}
</div>
{% include footer.html %}
</body>
</html>