moving to simpler baseurl

This commit is contained in:
Set Sakrecoer 2019-04-28 19:33:43 +02:00
parent ad551f54fc
commit 2b5bd4fa0e
12 changed files with 49 additions and 49 deletions

View file

@ -8,7 +8,7 @@ This website is not a place for dialogues, hence you cannot comment. <br />But h
{% for post in site.categories.blog %}
<p class="date">{{ post.date | date_to_string }}</p><h1 class="blogtitle"><a href="{{ base }}{{ post.url }}">{{ post.title }}</a></h1>
<p class="date">{{ post.date | date_to_string }}</p><h1 class="blogtitle"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<hr />
{% endfor %}