Fix trailing slash in profile pic shortcode
This commit is contained in:
parent
d6760f47e8
commit
d48ecdf1bc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{{ with resources.Get .Site.Params.profile_picture }}
|
{{ with resources.Get .Site.Params.profile_picture }}
|
||||||
<img id="about-pic" alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
|
<img id="about-pic" alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue