fix article list links
This commit is contained in:
parent
cdd0d75af7
commit
6a84d6b01e
@ -1,4 +1,4 @@
|
||||
<article class="list">
|
||||
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time>
|
||||
<a href="/{{ post.url }}">{{post.title}}</a>
|
||||
<a href="{{ post.url }}">{{post.title}}</a>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user