Add og:url

This commit is contained in:
Oliver Davies 2017-05-02 01:17:27 +01:00
parent 9ec5042010
commit def72901b8

View file

@ -1,3 +1,5 @@
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
{% if og.title %}
<meta property="og:title" content="{{ og.title|raw }}"/>
{% endif %}