Public Access
1
0

fix: correct resume URL path in site data and sitemap

This commit is contained in:
2025-08-21 19:36:37 -04:00
parent d342633f40
commit 696ceb6de3
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ sitemapChangefreq: "weekly"
<p class="text-lg md:text-xl text-gray-400 max-w-3xl mx-auto mb-8">10+ years of experience in troubleshooting, designing, and deploying robust network solutions.</p>
<div class="flex justify-center space-x-4">
<a href="#contact" class="btngray">Contact Me</a>
<a href="/{{ site.resumeUrl }}" target="_blank" class="md:hidden btn">View Resume</a>
<a href="{{ site.resumeUrl }}" target="_blank" class="md:hidden btn">View Resume</a>
</div>
</section>
<!-- About Me Section -->