diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 5e63d790..fe7900bf 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -13,6 +13,9 @@ availability: part: limited full: no +avatar: + url: /assets/images/me-precedent.jpg + companies: appnovation: { name: Appnovation, logo: appnovation.png, url: 'https://www.appnovation.com' } cti: { name: CTI Digital, logo: cti-digital.png, url: 'https://www.ctidigital.com' } diff --git a/source/_partials/head.twig b/source/_partials/head.twig index c6c93ee5..9aa17455 100644 --- a/source/_partials/head.twig +++ b/source/_partials/head.twig @@ -9,9 +9,7 @@ {% endif %} - {% if page.meta.og %} - {% include 'og' with { og: page.meta.og } %} - {% endif %} + {% include 'og' with { og: page.meta.og } %} {% block styles %}{% endblock %} diff --git a/source/_partials/og.twig b/source/_partials/og.twig index 2ac27bbb..226042e6 100644 --- a/source/_partials/og.twig +++ b/source/_partials/og.twig @@ -1,8 +1,5 @@ - -{% if og.title %} - -{% endif %} + {% if og.description %} @@ -23,16 +20,22 @@ {% if og.image.height %} {% endif %} +{% else %} + + + + {% endif %} {% if og.title %} {% if og.image %} - {% else %} + {% endif %} + diff --git a/source/_partials/post/about-author.twig b/source/_partials/post/about-author.twig index 07477ae8..dcc5adf2 100644 --- a/source/_partials/post/about-author.twig +++ b/source/_partials/post/about-author.twig @@ -1,7 +1,7 @@

About the Author

- Picture of Oliver + Picture of Oliver

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a {{ site.work.role }} at {{ site.companies[site.work.company].name }} and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

diff --git a/source/assets/images/me-precedent.jpg b/source/assets/images/me-precedent.jpg index 258e79f5..4b3e0319 100644 Binary files a/source/assets/images/me-precedent.jpg and b/source/assets/images/me-precedent.jpg differ