URL fix
This commit is contained in:
@ -5,7 +5,7 @@ layout: default
|
||||
<div class="home">
|
||||
|
||||
{% for project in site.projects %}
|
||||
<h2><a href="{{ project.url }}">
|
||||
<h2><a href="{{site.baseurl}}{{ project.url }}">
|
||||
{{ project.title }}
|
||||
</a></h2>
|
||||
<p>{{ project.artist }}</p>
|
||||
|
Reference in New Issue
Block a user