wip: Upgrade to jekyll 4

This commit is contained in:
2019-10-25 14:37:37 +02:00
parent b0c029ef57
commit 06969b3afc
18 changed files with 116 additions and 31 deletions

View File

@@ -10,11 +10,11 @@
<h3>
{% endif %}
{% if page.post_listing %}
<a href="{{post.url | prepend: site.baseurl}}">
<a href="{{ post.url }}">
{% endif %}
{{post.title}}
{{ post.title }}
{% if page.post_listing %}
</a>
</a>
{% endif %}
{% if page.tag %}
</h5>