absolute url

This commit is contained in:
piharpi
2019-03-24 20:37:09 +07:00
parent 783438dbf2
commit 7f6ca48428
7 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<article class="list-post blog">
<header class="list-post-header">
<h2 class="list-post-title">
<a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
<a href="{{ post.url | absolute_url }}">{{ post.title | escape }}</a>
</h2>
</header>
<section class="list-post-excerpt">

View File

@@ -4,7 +4,7 @@
<article class="list-post tips">
<header class="list-post-header tips">
<h2 class="list-post-title">
<a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
<a href="{{ post.url | absolute_url }}">{{ post.title | escape }}</a>
</h2>
</header>
<small class="list-meta">