Merge pull request #131 from compleatang/production

Align how the theme handles cover images
This commit is contained in:
Djordje Atlialp 2020-05-13 09:19:06 +02:00 committed by GitHub
commit dff6aa52a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
{{- end }}
{{ with .Params.Cover }}
<img src="/img/{{ . }}" class="post-cover" />
<img src="/{{ . }}" class="post-cover" />
{{ end }}
<div class="post-content">