Merge pull request #131 from compleatang/production
Align how the theme handles cover images
This commit is contained in:
commit
dff6aa52a4
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
{{- end }}
|
||||
|
||||
{{ with .Params.Cover }}
|
||||
<img src="/img/{{ . }}" class="post-cover" />
|
||||
<img src="/{{ . }}" class="post-cover" />
|
||||
{{ end }}
|
||||
|
||||
<div class="post-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue