summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';