wip: Upgrade to jekyll 4
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user