aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html5
1 files changed, 4 insertions, 1 deletions
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 %}
+ <!-- Open Graph -->
+ {% include opengraph.html %}
+
<!-- Title / Description -->
<meta name="application-name" content="{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
<meta name="description" content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 100 | xml_escape }}" />
@@ -31,4 +34,4 @@
<!--[if lte IE 9]>
<script type="text/javascript" src="{{ '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | uri_escape }}"></script>
<![endif]-->
-</head>
+</head> \ No newline at end of file