Update meta descriptions for presentations
This commit is contained in:
parent
489ec44a75
commit
a4416ef72c
|
@ -11,16 +11,20 @@
|
||||||
<meta name="author" content="Oliver Davies">
|
<meta name="author" content="Oliver Davies">
|
||||||
<meta name="generator" content="Sculpin (https://sculpin.io)">
|
<meta name="generator" content="Sculpin (https://sculpin.io)">
|
||||||
<meta name="keywords" content="Drupal Developer, Drupal Consultant, Drupal Architect, Drupal Strategist, Drupal Trainer, Triple Certified Drupal Expert, Public Speaker, Workshop Trainer, Technical Lead, Technical Coach, Software Development Coach, Automated Testing, Test-Driven Development">
|
<meta name="keywords" content="Drupal Developer, Drupal Consultant, Drupal Architect, Drupal Strategist, Drupal Trainer, Triple Certified Drupal Expert, Public Speaker, Workshop Trainer, Technical Lead, Technical Coach, Software Development Coach, Automated Testing, Test-Driven Development">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:creator" content="@opdavies">
|
<meta name="twitter:creator" content="@opdavies">
|
||||||
<meta name="twitter:image" content="{{ site.assets.url }}/assets/images/od-logo.jpg">
|
<meta name="twitter:image" content="{{ site.assets.url }}/assets/images/od-logo.jpg">
|
||||||
<meta name="twitter:site" content="@opdavies">
|
<meta name="twitter:site" content="@opdavies">
|
||||||
|
|
||||||
<meta property="og:image" name="image" content="{{ site.assets.url }}/assets/images/od-logo.jpg">
|
<meta property="og:image" name="image" content="{{ site.assets.url }}/assets/images/od-logo.jpg">
|
||||||
<meta property="og:site_name" content="Oliver Davies">
|
<meta property="og:site_name" content="Oliver Davies">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}">
|
||||||
|
|
||||||
{% if page.meta.description %}
|
{% if page.blocks.meta_description %}
|
||||||
|
<meta name="description" content="{{ page.blocks.meta_description }}">
|
||||||
|
{% elseif page.meta.description %}
|
||||||
<meta name="description" content="{{ page.meta.description }}">
|
<meta name="description" content="{{ page.meta.description }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="description" content="{{ site.meta.description }}">
|
<meta name="description" content="{{ site.meta.description }}">
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'page' %}
|
{% extends 'page' %}
|
||||||
|
|
||||||
|
{% block meta_description %}{{ page.title }} presented by Oliver Davies{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,6 @@ speakerdeck:
|
||||||
url: https://speakerdeck.com/opdavies/deploying-php-applications-with-fabric
|
url: https://speakerdeck.com/opdavies/deploying-php-applications-with-fabric
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Deploying PHP Applcations with Fabric
|
|
||||||
description: "You've built your PHP application, now learn how to deploy it with Fabric."
|
|
||||||
type: website
|
|
||||||
image:
|
image:
|
||||||
url: '%site.assets.url%/assets/images/talks/deploying-php-fabric.png'
|
url: '%site.assets.url%/assets/images/talks/deploying-php-fabric.png'
|
||||||
width: 2560
|
width: 2560
|
||||||
|
|
|
@ -11,7 +11,6 @@ video:
|
||||||
id: qO_Wh5WE3VA
|
id: qO_Wh5WE3VA
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Getting Started with Drupal 8 Module Development
|
|
||||||
image:
|
image:
|
||||||
url: '%site.assets.url%/assets/images/talks/dclondon16.png'
|
url: '%site.assets.url%/assets/images/talks/dclondon16.png'
|
||||||
type: "image/png"
|
type: "image/png"
|
||||||
|
|
|
@ -10,9 +10,6 @@ video:
|
||||||
id: jtmARTuYhp8
|
id: jtmARTuYhp8
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Getting (Your Data) into Drupal 8
|
|
||||||
description: "How I migrated the Drupal Bristol website onto Drupal 8."
|
|
||||||
type: website
|
|
||||||
image:
|
image:
|
||||||
url: '%site.assets.url%/assets/images/talks/getting-your-data-into-drupal-8.png'
|
url: '%site.assets.url%/assets/images/talks/getting-your-data-into-drupal-8.png'
|
||||||
width: 2560
|
width: 2560
|
||||||
|
|
|
@ -11,9 +11,6 @@ video:
|
||||||
type: youtube
|
type: youtube
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
title: Taking Flight with Tailwind CSS
|
|
||||||
description: An introduction to utility CSS and Tailwind.
|
|
||||||
type: website
|
|
||||||
image:
|
image:
|
||||||
url: '%site.assets.url%/assets/images/talks/taking-flight-tailwind.jpg'
|
url: '%site.assets.url%/assets/images/talks/taking-flight-tailwind.jpg'
|
||||||
width: 2560
|
width: 2560
|
||||||
|
|
Loading…
Reference in a new issue