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>
|
||||
Reference in New Issue
Block a user