diff options
author | 2021-07-27 09:58:47 -0700 | |
---|---|---|
committer | 2021-07-27 09:58:47 -0700 | |
commit | 95a5d3465200815cc55774bfa97e25d74dcf6092 (patch) | |
tree | e21858c9b74f9527a2a88855ec8a6c2782d9bdb5 | |
parent | 4ee9ffb29c9083de068d2902efba8dfb13593137 (diff) | |
download | astro-95a5d3465200815cc55774bfa97e25d74dcf6092.tar.gz astro-95a5d3465200815cc55774bfa97e25d74dcf6092.tar.zst astro-95a5d3465200815cc55774bfa97e25d74dcf6092.zip |
add back publishDate
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'; |