0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 08:00:26 +03:00

Adding a protocol 'Open Graph'

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-09-15 18:38:06 +04:00
parent b6cfea0c94
commit e6b47f13c0
2 changed files with 18 additions and 1 deletions

View File

@ -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>