diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-14 20:34:01 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-14 20:34:01 +0200 |
| commit | 74ba275aea87646617378d43bec0791b9b7765b9 (patch) | |
| tree | f701bb8cf0a2340f362785c13d5e70e5ac844e73 /layouts/_default | |
| parent | 09588d0e936c88e730fa7491711c3ff072b116e8 (diff) | |
Changed the link to the CV
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cb938bc..0afdceb 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,7 @@ <ul> <a href="/"><li>Home</li></a> <a href="https://gitlab.com/KaranJayachandra"><li>Projects</li></a> - <a href="https://karanjayachandra.gitlab.io/cv"><li>Resume</li></a> + <a href="/resume.pdf"><li>Resume</li></a> <a href="/posts"><li>Posts</li></a> </ul> </nav> |
