diff --git a/_config.yml b/_config.yml index ba35791..adfd1e7 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ disqus: twitter_username: LiberisLabs github_username: LiberisLabs google_tag_manager: GTM-PH2H4R +facebook_ad: 808699759276188 liberis_url: https://www.liberis.co.uk/?utm_source=liberis-labs&utm_medium=about-us blenheim_chalcot_url: http://www.blenheimchalcot.com/?utm_source=liberis-labs&utm_medium=about-us diff --git a/_includes/FacebookAdTracking.js b/_includes/FacebookAdTracking.js new file mode 100644 index 0000000..a4d5008 --- /dev/null +++ b/_includes/FacebookAdTracking.js @@ -0,0 +1,14 @@ + + + + diff --git a/_includes/head.html b/_includes/head.html index 2fc585c..26518aa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,6 +17,10 @@ {% include scripts.html %} {% include fav-and-app-icons.html %} + + {% if site.facebook_ad %} + {% include FacebookAdTracking.html %} + {% endif %} - \ No newline at end of file + diff --git a/_layouts/job.html b/_layouts/job.html index 74ab321..726c663 100644 --- a/_layouts/job.html +++ b/_layouts/job.html @@ -16,7 +16,7 @@

{{page.job_title}}

{{ content }} - +
{% if page.show_apply %} @@ -59,4 +59,4 @@

{{page.job_title}}

{% endif %} - \ No newline at end of file +