diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-07-18 17:09:46 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-07-18 17:09:46 -0400 |
| commit | 65903a911cde9c715e83352930c2aeb045c7dffb (patch) | |
| tree | e2f53a6c7ce9eb93b4ccb4e3e4a5b5688dbd75bc /zola-static | |
| parent | 4ddea5809e33fd19f5bc59f2785ff03a74328438 (diff) | |
better portfolio link
Diffstat (limited to 'zola-static')
| -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> |
