update blog post date for tomorrow
This commit is contained in:
parent
d340613a4c
commit
cec0f1cdf3
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js';
|
||||||
|
|
||||||
let title = 'Astro 0.19';
|
let title = 'Astro 0.19';
|
||||||
let description = `Introducing: Next.js-inspired dynamic routing • Astro.resolve() • client:only components • translations • and more!`;
|
let description = `Introducing: Next.js-inspired dynamic routing • Astro.resolve() • client:only components • translations • and more!`;
|
||||||
let publishDate = 'Tuesday, August 17 2021';
|
let publishDate = 'Tuesday, August 18 2021';
|
||||||
let heroImage = '/social.jpg';
|
let heroImage = '/social.jpg';
|
||||||
let lang = 'en';
|
let lang = 'en';
|
||||||
---
|
---
|
||||||
|
|
|
@ -67,7 +67,7 @@ let lang = 'en';
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<BlogPostPreview title="Astro 0.19" publishDate="Tuesday, August 17 2021" href="/blog/astro-019">
|
<BlogPostPreview title="Astro 0.19" publishDate="Wednesday, August 18 2021" href="/blog/astro-019">
|
||||||
<span>Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.</span>
|
<span>Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.</span>
|
||||||
</BlogPostPreview>
|
</BlogPostPreview>
|
||||||
|
|
||||||
|
|
|
@ -50,8 +50,8 @@ let lang = 'en';
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<a class="action-button" href="/blog/astro-018">
|
<a class="action-button" href="/blog/astro-019">
|
||||||
New Blog Post - Astro 0.18 Release
|
New Blog Post - Astro 0.19 Release
|
||||||
<span style="float: right;">→</span>
|
<span style="float: right;">→</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue