fix: correct resume URL path in site data and sitemap
This commit is contained in:
@@ -6,5 +6,5 @@
|
|||||||
"shortname": "JOL",
|
"shortname": "JOL",
|
||||||
"linkedinUrl": "https://linkedin.twk95.com"
|
"linkedinUrl": "https://linkedin.twk95.com"
|
||||||
},
|
},
|
||||||
"resumeUrl": "resume/jesus.pdf"
|
"resumeUrl": "/resume/jesus.pdf"
|
||||||
}
|
}
|
||||||
|
@@ -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>
|
<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">
|
<div class="flex justify-center space-x-4">
|
||||||
<a href="#contact" class="btngray">Contact Me</a>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- About Me Section -->
|
<!-- About Me Section -->
|
||||||
|
@@ -17,7 +17,7 @@ eleventyExcludeFromCollections: true
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jesus.twk95.com/resume/jesus.pdf</loc>
|
<loc>{{ site.url }}{{ site.resumeUrl }}</loc>
|
||||||
<lastmod>2025-08-21</lastmod>
|
<lastmod>2025-08-21</lastmod>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
|
Reference in New Issue
Block a user