It looks like Templater updated its syntax a bit since this post was written, so I updated it to the new syntax:
---
aliases: ["<% tp.date.now("MMMM Do, YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("MMMM D, YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("MMM D, YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("MMM. D, YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("M/D/YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("M-D-YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("M.D.YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("D MMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("MM.D.YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("DD MMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("DDMMYYYY", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("YYYYMMDD", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("YYMMDD", 0, tp.file.title, "YYYY-MM-DD") %>", "<% tp.date.now("YYYY.MM.DD", 0, tp.file.title, "YYYY-MM-DD") %>",]
---