Fixes the image fields in the template

main
Óscar M. Lage 2024-10-09 21:04:32 +02:00
parent 5cd9f422ea
commit 43af80014f
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}