This commit is contained in:
Nathan Schneider 2021-10-22 22:32:26 +00:00
parent 0d458e0b52
commit ffe9fc7166
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
layout: page
title: Base Layer
artist: Darija Medic
permalink: /projects/medic/
permalink: projects/medic/
archaeology: tag1, tag2
---

View File

@ -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>