Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinvinciblycool <jprrahultiwari@gmail.com>2020-06-04 12:48:30 +0300
committerinvinciblycool <jprrahultiwari@gmail.com>2020-06-04 12:48:30 +0300
commitb2646b45c5c4395f0401922a34988ac7bf502fe6 (patch)
tree6d0766a5a265ba5769bb1388119c27d5bbc9c3ce
parent56aa828fc157892572576a2ddbec81f14d4fab69 (diff)
Update path for resume
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a69f10b..3fcfb43 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -15,7 +15,7 @@
<tr>
{{ if ne .Site.Data.personalize.Resume "" }}
<td><i class="fas fa-file-alt" aria-hidden="true"></i></td>
- <td>&nbsp;<a href="assets/pdf/{{ .Site.Data.personalize.Resume }}" target="_blank">Resume</a></td>
+ <td>&nbsp;<a href="/resume/{{ .Site.Data.personalize.Resume }}" target="_blank">Resume</a></td>
{{ end }}
</tr>
<tr>