URL fix
This commit is contained in:
parent
0d458e0b52
commit
ffe9fc7166
@ -2,7 +2,7 @@
|
||||
layout: page
|
||||
title: Base Layer
|
||||
artist: Darija Medic
|
||||
permalink: /projects/medic/
|
||||
permalink: projects/medic/
|
||||
archaeology: tag1, tag2
|
||||
---
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user