diff options
Diffstat (limited to 'blog/_includes/head.html')
-rw-r--r-- | blog/_includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/_includes/head.html b/blog/_includes/head.html index 1d66aa8..e345ae5 100644 --- a/blog/_includes/head.html +++ b/blog/_includes/head.html @@ -9,6 +9,7 @@ {% endif %} </title> <meta name="description" content="{{ site.description }}"> + {% include opengraph.html %} <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}"> {% stylesheet main %} </head> |