diff options
| -rw-r--r-- | zola-static/content/the-archive.md | 2 | ||||
| -rw-r--r-- | zola-static/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zola-static/content/the-archive.md b/zola-static/content/the-archive.md index 8d6ef0e..a8b4277 100644 --- a/zola-static/content/the-archive.md +++ b/zola-static/content/the-archive.md @@ -4,5 +4,5 @@ template = "main-page.html" +++ Some older stuff. -- [My old portfolio](https://jackj30.github.io) +- [My old portfolio](https://portfolio.jackjamison.net) - [My previous homepage](/archive/old-homepage) diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index 9cfef7f..3ae683e 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -25,7 +25,7 @@ <h2>Links</h2> <ul> <li><a href="https://github.com/JackJ30">GitHub</a></li> - <li><a href="https://jackj30.github.io">Old portfolio (haven't migrated here yet)</a></li> + <li><a href="https://portfolio.jackjamison.net">Old portfolio (haven't migrated here yet)</a></li> </ul> </div> <hr> |
