mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 14:59:45 +00:00
pick avatar from static/
This commit is contained in:
parent
716d498eee
commit
0cdf13d2b5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="media flex-column flex-md-row align-items-center">
|
||||
|
||||
{{ if .Site.Params.profile.avatar }}
|
||||
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="image">
|
||||
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto" src="{{ .Site.BaseURL }}/{{ .Site.Params.profile.avatar }}" alt="image">
|
||||
{{ end }}
|
||||
|
||||
<div class="media-body text-left">
|
||||
|
|
Loading…
Reference in a new issue