Merge pull request #188 from TheGroundZero/patch-2
Use relURL for post-cover
This commit is contained in:
commit
7b4cefde3e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
{{- end }}
|
||||
|
||||
{{ with .Params.Cover }}
|
||||
<img src="/{{ . }}" class="post-cover" />
|
||||
<img src="{{ . | relURL }}" class="post-cover" />
|
||||
{{ end }}
|
||||
|
||||
<div class="post-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue