align the cover with the image
Signed-off-by: Casey Kuhlman <casey.kuhlman@monax.io>
This commit is contained in:
parent
05fbd8aefd
commit
c583a9da06
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">
|
||||
|
|
|
@ -29,7 +29,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