2018-10-06 11:19:52 +00:00
{% macro canonicalUrl ( site , page ) -%}
{{ site .url }}
{{ - page .url != '//' ? page .url }}
{% - endmacro %}
{% import _self as helpers %}
2018-09-10 19:20:45 +00:00
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2019-04-16 19:01:43 +00:00
<link rel="alternate" type="application/rss+xml" title=" {{ site .title }} RSS" href=" {{ site .url }} /feed">
2018-10-06 11:19:52 +00:00
<link rel="canonical" href=" {{ helpers .canonicalUrl ( site , page ) }} ">
2018-09-10 19:20:45 +00:00
{% if page .meta .description %}
<meta name="description" content=" {{ page .meta .description | e ( 'html' ) }} ">
2018-09-10 20:17:00 +00:00
{% else %}
<meta name="description" content="Oliver Davies is a UK-based Web Developer and System Administrator. He is a {{ site .work .role }} at {{ site .companies [ site .work .company ] .name }} and a part-time freelancer, specialising in Drupal and PHP.">
2018-09-10 19:20:45 +00:00
{% endif %}
{% include 'og' with { og : page .meta .og } %}