Fixes the image fields in the template
This commit is contained in:
parent
5cd9f422ea
commit
43af80014f
@ -5,8 +5,8 @@ subtitle: "{{ .Subtitle }}"
|
|||||||
year: {{ .Year }}
|
year: {{ .Year }}
|
||||||
rate: {{ .Rate }}
|
rate: {{ .Rate }}
|
||||||
image: {{ .Image }}
|
image: {{ .Image }}
|
||||||
poster-image: {{ .PosterImage }}
|
poster-image: {{ .Poster }}
|
||||||
background-image: {{ .BackgroundImage }}
|
background-image: {{ .Background }}
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: false
|
draft: false
|
||||||
tags: {{ .Tags }}
|
tags: {{ .Tags }}
|
||||||
|
Loading…
Reference in New Issue
Block a user