Made links relative to html root directory
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<li><span class="font-weight-bold">Name:</span> {{ site.data.author.name }}</li>
|
||||
<li><span class="font-weight-bold">Age:</span> {{ site.data.author.age }}</li>
|
||||
<li><span class="font-weight-bold">Location:</span> {{ site.data.author.location }}</li>
|
||||
<li><a href="{{ site.data.author.cv_link }}">Further information...</a></li>
|
||||
<li><a href="{{ site.data.author.cv_link | relative_url }}">Further information...</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="card sidebar mb-3">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
<a class="btn btn-primary" href="{{ site.data.author.cv_pdf }}">
|
||||
<a class="btn btn-primary" href="{{ site.data.author.cv_pdf | relative_url }}">
|
||||
<span class="far fa-file-pdf"></span> Download CV
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user