From ff8208119d1f7dfce5a108db1c1a529386a08608 Mon Sep 17 00:00:00 2001 From: andrewens Date: Fri, 15 Sep 2023 09:01:53 -0500 Subject: [PATCH] Fixed link to home from directory page --- directory.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/directory.md b/directory.md index b2ff6df..616430a 100644 --- a/directory.md +++ b/directory.md @@ -2,7 +2,7 @@ Projects are organized by tags (posts are sometimes duplicated). -See [Portfolio]({{ site.baseurl }}) for project thumbnail gifs. +See [Portfolio]({% link index.md %}) for project thumbnail gifs. {% for tag in site.tags %} {% assign t = tag | first %} diff --git a/index.md b/index.md index 787ec80..88e2035 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ Click on a gif to see more about that project. -Or, see all [posts listed by tags.]({% link directory.md %}) +Or, see all projects listed by [tags.]({% link directory.md %})