diff --git a/templates/movie.md.tpl b/templates/movie.md.tpl index 7c8938b..97e8b7b 100644 --- a/templates/movie.md.tpl +++ b/templates/movie.md.tpl @@ -5,8 +5,8 @@ subtitle: "{{ .Subtitle }}" year: {{ .Year }} rate: {{ .Rate }} image: {{ .Image }} -poster-image: {{ .PosterImage }} -background-image: {{ .BackgroundImage }} +poster-image: {{ .Poster }} +background-image: {{ .Background }} date: {{ .Date }} draft: false tags: {{ .Tags }}