Link to Astro 2.0
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
import { getPermalink } from '~/utils/permalinks';
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -7,9 +6,9 @@ import { getPermalink } from '~/utils/permalinks';
|
|||||||
>
|
>
|
||||||
<span class="text-xs py-0.5 px-1 bg-primary dark:bg-slate-700 dark:text-slate-300 font-semibold">NEW</span>
|
<span class="text-xs py-0.5 px-1 bg-primary dark:bg-slate-700 dark:text-slate-300 font-semibold">NEW</span>
|
||||||
<a
|
<a
|
||||||
href={getPermalink('useful-resources-to-create-websites', 'post')}
|
href="https://astro.build/blog/astro-2/"
|
||||||
class="hover:underline text-gray-200 dark:text-slate-400"
|
class="hover:underline text-gray-200 dark:text-slate-400"
|
||||||
>Useful tools and resources to create a professional website »</a
|
>Astro 2.0 is released. »</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Reference in New Issue
Block a user