frontmatter

created onJune 13, 2026

quoting in dynamic values

It’s a bit counterintuitive, but the following works, no escaping of the double quotes is required:

date: "{{ .Date | time.Format "2006-01-02" }}"

The code just looks weird in my IDE (intellij).

x