What I’m trying to do
Additionally to the published date, I like to list the published year. However, non of the formatting hints is working.
<%“—”%>
tag: Buch
title: “{{title}}”
subtitle: “{{subtitle}}”
author: [{{author}}]
category: [{{category}}]
publisher: {{publisher}}
publish: {{publishDate}}
year: {{publishDate}}
total: {{totalPage}}
isbn: {{isbn10}} {{isbn13}}
cover: {{coverUrl}}
status: unread
categories: books
<%“—”%>
Things I have tried
I tried to add something like this without succeeding.
publishDate:Year
year().format(„YYYY“)
Thanks for helping!