Update best practices

best-practices
Kamran Ahmed 2 years ago
parent 7355818e49
commit 16eef91b30
  1. 2
      src/pages/404.astro
  2. 4
      src/pages/best-practices/index.astro
  3. 2
      src/pages/roadmaps.astro

@ -31,7 +31,7 @@ const legacyRoadmapUrls = [...roadmapIds.map((id) => `/${id}/`), '/roadmaps/'];
<a class='underline text-blue-700' href='/'>Homepage</a> &middot; <a
href='/roadmaps'
class='underline text-blue-700'>Roadmaps</a
> &middot; <a href='/videos' class='underline text-blue-700'>Videos</a>
> &middot; <a href='/best-practices' class='underline text-blue-700'>Best Practices</a>
</p>
</div>
</div>

@ -9,12 +9,12 @@ const bestPractices = await getAllBestPractices();
<BaseLayout
title='Best Practices'
description={'Step by step guides and paths to learn different tools or technologies'}
description={'Best practices on different topics with detailed implementation guidelines'}
permalink={'/best-practices'}
>
<SimplePageHeader
title='Best Practices'
description='Step by step guides and paths to learn different tools or technologies'
description='Best practices on different topics with detailed implementation guidelines'
showYouTubeAlert={true}
/>

@ -46,4 +46,4 @@ const skillRoadmaps = await getRoadmapsByTag('skill-roadmap');
</div>
</div>
</div>
</BaseLayout>
</BaseLayout>
Loading…
Cancel
Save