mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
🐶 Changed absolute path to relative path
there is no need to be an absolute path becouse there is a canonifyurls option.
This commit is contained in:
parent
f1de1742c5
commit
5e7d82f192
5 changed files with 14 additions and 14 deletions
|
@ -5,8 +5,8 @@
|
|||
<div class="profile">
|
||||
<div class="profile-body">
|
||||
<div class="avatar">
|
||||
<img class="avatar-mask" src="{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}">
|
||||
<img src="{{ .Site.BaseURL }}img/avatar-border.svg">
|
||||
<img class="avatar-mask" src="/img/{{ .Site.Params.avatar }}">
|
||||
<img src="/img/avatar-border.svg">
|
||||
</div>
|
||||
<h1 class="author">{{ .Site.Params.Author }}</h1>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue