diff --git a/.gitignore b/.gitignore index 3999be436..c026a3ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ html/ vendor/ web/* +!web/assets/ +web/assets/* +!web/assets/images/ !web/themes/ web/themes/* !web/themes/custom/ diff --git a/web/assets/images/social-avatar.jpg b/web/assets/images/social-avatar.jpg new file mode 100644 index 000000000..7aaf7b11a Binary files /dev/null and b/web/assets/images/social-avatar.jpg differ diff --git a/web/themes/custom/opdavies/templates/page-title.html.twig b/web/themes/custom/opdavies/templates/page-title.html.twig new file mode 100644 index 000000000..9b70b4a6a --- /dev/null +++ b/web/themes/custom/opdavies/templates/page-title.html.twig @@ -0,0 +1,21 @@ +{# +/** + * @file + * Default theme implementation for page titles. + * + * Available variables: + * - title_attributes: HTML attributes for the page title element. + * - title_prefix: Additional output populated by modules, intended to be + * displayed in front of the main title tag that appears in the template. + * - title: The page title, for use in the actual content. + * - title_suffix: Additional output populated by modules, intended to be + * displayed after the main title tag that appears in the template. + * + * @ingroup themeable + */ +#} +{{ title_prefix }} +{% if title %} +
I'm an certified Drupal Triple Expert with 18 years of experience, a Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.
+