From e6b47f13c0413ddef17f09e7d1693c66407a4840 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 15 Sep 2018 18:38:06 +0400 Subject: Adding a protocol 'Open Graph' Signed-off-by: Valentin Popov --- _includes/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index cd01190..47a4da9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,6 +12,9 @@ content="{{ tag.content | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}" /> {% endfor %} + + {% include opengraph.html %} + @@ -31,4 +34,4 @@ - + \ No newline at end of file -- cgit v1.2.3