Fix URL issues
This commit is contained in:
parent
bfaf57a083
commit
faa91755f9
16 changed files with 96 additions and 72 deletions
|
@ -28,7 +28,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
{{ if .resume }}
|
||||
<a href="{{ .resume }}" target="#"
|
||||
<a href="{{ .resume | absURL }}" target="#"
|
||||
><button class="btn btn-dark">{{ i18n "resume"}}</button></a
|
||||
>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue