diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 16:42:04 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 16:42:04 -0400 |
| commit | c9435cef893a42857da94121ae714a41c8f478bd (patch) | |
| tree | 4d82fea37961424d6e4df53e1bc87a862cfaad00 /zola-static/templates/index.html | |
| parent | 59a6651a98760642866fa8499310a33625947870 (diff) | |
added my old archive homepage
Diffstat (limited to 'zola-static/templates/index.html')
| -rw-r--r-- | zola-static/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index ec87a44..a899b20 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -13,8 +13,8 @@ <h2>Links</h2> <ul> <li><a href="https://github.com/JackJ30">GitHub</a></li> - <li><a href="https://jackj30.github.io">(Archive) old portfolio</a></li> + <li><a href="https://jackj30.github.io">Old portfolio (haven't migrated here yet)</a></li> </ul> <hr> -<p class="footer-text"><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a></p> +<p class="footer-text"><a href="{{ get_url(path='@/blog/_index.md') }}">All articles sorted by date</a> • <a href="{{ get_url(path='@/the-archive.md') }}">Archive</a></p> {% endblock content %} |
