Browse Source

Changed location of cv and the name of cv in the personalize file

main
Roxie Gibson 4 years ago
parent
commit
23682ef8e0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layouts/index.html

+ 1
- 1
layouts/index.html View File

@@ -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="{{ .Site.Data.personalize.CV }}" target="_blank">Resume</a></td>
{{ end }}
</tr>
<tr>

Loading…
Cancel
Save