Fix URL issues
This commit is contained in:
parent
bfaf57a083
commit
faa91755f9
16 changed files with 96 additions and 72 deletions
|
@ -1,6 +1,6 @@
|
|||
<div
|
||||
class="achievement-entry text-center"
|
||||
style="background-image: url({{ .image }});"
|
||||
style="background-image: url({{ .image | absURL }});"
|
||||
>
|
||||
<i class="fas fa-search-plus" id="enlarge-icon"></i>
|
||||
<h4 class="title" id="achievement-title">{{ .title }}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue