Disables OPEN_GRAPH di sto cazzo
This commit is contained in:
parent
635b580d2e
commit
475ed74747
1 changed files with 1 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
|
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
|
||||||
<link rel="stylesheet" media="screen" href={{ FONT_URL }} type="text/css" />
|
<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 -->
|
<!-- Using the latest rendering mode for IE -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -51,9 +52,6 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# Twitter Cards tags #}
|
|
||||||
{% include 'includes/twitter_cards.html' %}
|
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
{% if BOOTSTRAP_THEME %}
|
{% if BOOTSTRAP_THEME %}
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.{{ BOOTSTRAP_THEME }}.min.css" type="text/css"/>
|
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.{{ BOOTSTRAP_THEME }}.min.css" type="text/css"/>
|
||||||
|
@ -62,7 +60,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/font-awesome.min.css" rel="stylesheet">
|
<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 %}
|
{% if 'tipue_search' in PLUGINS %}
|
||||||
<link href="{{ SITEURL}}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.css" rel="stylesheet">
|
<link href="{{ SITEURL}}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.css" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -144,7 +141,6 @@
|
||||||
</form></span>
|
</form></span>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% 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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.navbar-collapse -->
|
<!-- /.navbar-collapse -->
|
||||||
|
|
Loading…
Reference in a new issue