diff --git a/assets/cv.pdf b/assets/hazem-krimi.pdf similarity index 100% rename from assets/cv.pdf rename to assets/hazem-krimi.pdf diff --git a/hugo.toml b/hugo.toml index 99224c4..715f280 100644 --- a/hugo.toml +++ b/hugo.toml @@ -43,7 +43,7 @@ enableRobotsTXT = true weight = 4 [[menu.main]] name = 'Resume' - url = '/cv.pdf' + url = '/hazem-krimi.pdf' weight = 5 [[menu.main]] name = 'Contact' diff --git a/layouts/partials/about-card.html b/layouts/partials/about-card.html index 1954cbb..0e9f99e 100644 --- a/layouts/partials/about-card.html +++ b/layouts/partials/about-card.html @@ -1,4 +1,4 @@ -{{ $cv := resources.Get "cv.pdf" }} +{{ $cv := resources.Get "hazem-krimi.pdf" }} {{ $faceImage := resources.Get "images/borded-face.webp" }}