Skip to content

Commit

Permalink
fix resume link
Browse files Browse the repository at this point in the history
  • Loading branch information
AzemaBaptiste committed Dec 27, 2023
1 parent a52da82 commit 9b792d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions content/index-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,4 @@ ___

<a href="/cv_azema.pdf" target="_blank">
<img width="24" height="24" style="vertical-align: middle" src="/img/resume.png" /><span>cv_azema.pdf</span>
</a>

<a href="cv_azema.pdf" target="_blank"> img
<img width="24" height="24" style="vertical-align: middle" src="/img/resume.png"/><span>cv_azema.pdf</span>
</a>
4 changes: 4 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ <h3>{{ .Site.Params.Description }}</h3>
{{ if os.FileExists "index-about.md" }}
<div class="markdown-content">
{{ readFile "index-about.md" | markdownify }}
<!-- CUSTOM CHANGE -->
<a href="/cv_azema.pdf" target="_blank">
<img width="24" height="24" style="vertical-align: middle" src="/img/resume.png" /><span>cv_azema.pdf</span>
</a>
</div>
{{ end }}

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<span>&copy; {{ now.Year }} {{ .Site.Params.Footer}}</span>
{{ end }}
<span>
Made with &#10084;&#65039; using <a href="http://gohugo.io">Hugo</a> and <a target="_blank" href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
Made with 💻 using <a href="http://gohugo.io">Hugo</a> and <a target="_blank" href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
</span>
</footer>

0 comments on commit 9b792d1

Please sign in to comment.