diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 13af98523..20c202134 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,4 +1,6 @@ name: Oliver Davies +yearsExperience: 16 + menu_links: - title: About diff --git a/source/_includes/about-me.html.twig b/source/_includes/about-me.html.twig index 9d45a4a16..447c2daf3 100644 --- a/source/_includes/about-me.html.twig +++ b/source/_includes/about-me.html.twig @@ -8,7 +8,7 @@
I'm an Acquia-certified Drupal Triple Expert with 16 years of experience, an open-source software maintainer and Drupal core contributor, public speaker, and host of the Beyond Blocks podcast.
+I'm an Acquia-certified Drupal Triple Expert with {{ site.yearsExperience }} years of experience, an open-source software maintainer and Drupal core contributor, public speaker, and host of the Beyond Blocks podcast.