diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-10-03 21:05:59 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-10-03 21:05:59 +0200 |
commit | 637089bb2545ef666a2531bef1cdac873c6c26c2 (patch) | |
tree | 5f7d6050ffb1d9edcdf4e0aa9dee2e10b69269d0 /blog/_includes/head.html | |
parent | 1fb92c2159618e244f3acbdb4e31f0baf8de6e18 (diff) | |
download | norsk-urskog-main-637089bb2545ef666a2531bef1cdac873c6c26c2.tar.gz norsk-urskog-main-637089bb2545ef666a2531bef1cdac873c6c26c2.tar.bz2 norsk-urskog-main-637089bb2545ef666a2531bef1cdac873c6c26c2.zip |
Add opengraph meta tags to head section.
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> |