docs: add Podcast page
This commit is contained in:
parent
0e1ed23904
commit
92e8610268
|
@ -18,7 +18,7 @@ import Markdown from "./Markdown.astro";
|
|||
|
||||
<Markdown>
|
||||
<p>I help Drupal website owners upgrade from unsupported versions and development teams write better software.</p>
|
||||
<p>I'm an Acquia-certified Drupal Triple Expert with {numberOfYears} years of professional experience, an open-source software maintainer and a public speaker.</p>
|
||||
<p>I'm an Acquia-certified Drupal Triple Expert with {numberOfYears} years of experience, an open-source software maintainer, public speaker, and host of the <a href="/podcast">Beyond Blocks podcast</a>.</p>
|
||||
</Markdown>
|
||||
</div>
|
||||
</Markdown>
|
||||
|
|
|
@ -91,7 +91,7 @@ const showDrupalAssociationMessage = [
|
|||
)}
|
||||
|
||||
{true && (
|
||||
<Banner text={"Drupal 9 is now end of life and unsupported. If you're stuck on Drupal 7, 8 or 9, get unstuck with a <a href='/drupal-upgrade'>Drupal upgrade roadmap and upgrade to Drupal 10.</a>."} />
|
||||
<Banner text={"Drupal 9 is now end of life and unsupported. If you're stuck on Drupal 7, 8 or 9, get unstuck with a <a href='/drupal-upgrade'>Drupal upgrade roadmap and upgrade to Drupal 10</a>."} />
|
||||
)}
|
||||
|
||||
<Navbar />
|
||||
|
|
6
src/pages/podcast.mdx
Normal file
6
src/pages/podcast.mdx
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: ~/layouts/PageLayout.astro
|
||||
title: The Beyond Blocks podcast
|
||||
---
|
||||
|
||||
Coming soon...
|
Loading…
Reference in a new issue