moving to simpler baseurl
This commit is contained in:
parent
ad551f54fc
commit
2b5bd4fa0e
12 changed files with 49 additions and 49 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue