Fix trailing slash in header
This commit is contained in:
parent
d926ff66dd
commit
cbd67fd038
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ with resources.Get .Site.Params.profile_picture }}
|
||||
<img alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
|
||||
<img alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
|
||||
{{ end }}
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue