Browse Source

Disables OPEN_GRAPH di sto cazzo

Giuliano Peraz 8 years ago
parent
commit
475ed74747
1 changed files with 1 additions and 5 deletions
  1. 1 5
      themes/pelican-bootstrap3/templates/base.html

+ 1 - 5
themes/pelican-bootstrap3/templates/base.html

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