mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 22:40:19 +02:00
Remove author from base layout
This commit is contained in:
@@ -70,7 +70,6 @@ const gaPageIdentifier = Astro.url.pathname
|
|||||||
<meta name='commit' content={commitUrl} />
|
<meta name='commit' content={commitUrl} />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<meta name='description' content={description} />
|
<meta name='description' content={description} />
|
||||||
<meta name='author' content='Kamran Ahmed' />
|
|
||||||
<meta name='keywords' content={keywords.join(', ')} />
|
<meta name='keywords' content={keywords.join(', ')} />
|
||||||
{
|
{
|
||||||
redirectUrl && (
|
redirectUrl && (
|
||||||
|
Reference in New Issue
Block a user