diff options
Diffstat (limited to '')
-rw-r--r-- | www/src/pages/blog/astro-018.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/src/pages/blog/astro-018.astro b/www/src/pages/blog/astro-018.astro index d305f1d5c..29e99d39a 100644 --- a/www/src/pages/blog/astro-018.astro +++ b/www/src/pages/blog/astro-018.astro @@ -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'; |