summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-27 09:55:08 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-27 09:55:17 -0700
commit4ee9ffb29c9083de068d2902efba8dfb13593137 (patch)
treef68b187be57cdbc90f4fded40547cfb7157d2ef5
parentd1b0028b1a77965aafa1a8fe0dc2eeeda37ca6d2 (diff)
downloadastro-4ee9ffb29c9083de068d2902efba8dfb13593137.tar.gz
astro-4ee9ffb29c9083de068d2902efba8dfb13593137.tar.zst
astro-4ee9ffb29c9083de068d2902efba8dfb13593137.zip
fix page description
-rw-r--r--www/src/pages/blog/astro-018.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/src/pages/blog/astro-018.astro b/www/src/pages/blog/astro-018.astro
index 5d5943dd7..d305f1d5c 100644
--- a/www/src/pages/blog/astro-018.astro
+++ b/www/src/pages/blog/astro-018.astro
@@ -10,8 +10,7 @@ import Shell from '../../components/Shell.astro';
import { mediaQueries } from '../../config.js';
let title = 'Astro 0.18 Release';
-let description = `Astro 0.18 is our biggest release since Astro launch. It includes a new responsive hydrator, named slots, global stylesheets, and two new renderers. Ready on to learn more on this release.`;
-let publishDate = 'Tuesday, July 27 2021';
+let description = `Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
let author = 'matthew';
let heroImage = '/social.jpg';
let permalink = 'https://astro.build/blog/astro-0-18';