{{
open_graph({
twitter_id: theme.twitter,
google_plus: theme.google_plus,
fb_admins: theme.fb_admins,
fb_app_id: theme.fb_app_id
})
}}
{% if theme.rss === '' and config.feed and config.feed.path %}
{% set theme.rss = config.feed.path %}
{% endif %}
{% if theme.rss %}
{% endif %}
{% if theme.canonical %}
{% set without_index = url.replace('index.html', '') %}
{% set without_html = without_index.replace('.html', '') %}
{% endif %}
{# Exports some front-matter variables to Front-End #}