Blog posts to external links

This commit is contained in:
Vince 2021-02-22 11:34:37 +11:00
parent cbc277e174
commit 0300666591
2 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,8 @@ const options = {
<a
className="cursor-pointer text-blue hover:underline"
href={node.data.uri}
target="_blank"
rel="noreferrer"
>
{content[0].value}
</a>

View File

@ -83,7 +83,7 @@ const Blog = (props: Props) => {
<title>{generateTitle('Blog')}</title>
</Head>
<div className="flex flex-col w-full mt-6 mb-6 space-y-10 bg-alt">
<div className="flex flex-col w-full mt-12 mb-6 space-y-10 bg-alt">
<Contained>
{!tag && posts.length && <ArticleCardFeature {...featuredPost} />}