Disables OPEN_GRAPH di sto cazzo

This commit is contained in:
Giuliano Peraz 2016-05-20 23:18:34 +02:00 committed by sValo
parent 635b580d2e
commit 475ed74747

View file

@ -6,6 +6,7 @@
<head>
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
<link rel="stylesheet" media="screen" href={{ FONT_URL }} type="text/css" />
<link rel="icon" href="{{ EXTRA_PATH_METADATA['extra/favicon.png']['path'] }}" type="image/png" />
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
@ -51,9 +52,6 @@
{% endblock %}
{% endif %}
{# Twitter Cards tags #}
{% include 'includes/twitter_cards.html' %}
<!-- Bootstrap -->
{% if BOOTSTRAP_THEME %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.{{ BOOTSTRAP_THEME }}.min.css" type="text/css"/>
@ -62,7 +60,6 @@
{% endif %}
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.css" rel="stylesheet">
{% if 'tipue_search' in PLUGINS %}
<link href="{{ SITEURL}}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.css" rel="stylesheet">
{% endif %}
@ -144,7 +141,6 @@
</form></span>
</li>
{% endif %}
<li><a href="{{ SITEURL }}/{{ ARCHIVES_URL | default('archives.html') }}"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->