fix link on post page
This commit is contained in:
parent
eb1443c8c4
commit
3c8a1078ef
@ -7,6 +7,6 @@
|
||||
</div>
|
||||
<footer class="meta">
|
||||
<p>posted in: {{ post.tags | tag_links }}</p>
|
||||
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>— <a href="/{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
|
||||
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>— <a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
|
||||
</footer>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user