add back publishDate

This commit is contained in:
Fred K. Schott 2021-07-27 09:58:47 -07:00
parent 4ee9ffb29c
commit 95a5d34652

View file

@ -11,6 +11,7 @@ import { mediaQueries } from '../../config.js';
let title = 'Astro 0.18 Release';
let description = `Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
let publishDate = 'Tuesday, July 27 2021';
let author = 'matthew';
let heroImage = '/social.jpg';
let permalink = 'https://astro.build/blog/astro-0-18';