Update Base Url

This commit is contained in:
agusmakmun
2016-04-19 02:07:11 +07:00
parent dfad3e0326
commit f5bdaad527
3 changed files with 9 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ layout: default
<h1>Our Stack Problems</h1>
<ol class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ol>