Browse Source

tolgo robe inutili dal tema

boyska 3 years ago
parent
commit
9a18e9b5c7

+ 1 - 1
pelicanconf.py

@@ -21,7 +21,7 @@ DEFAULT_LANG = "it"
 INDEX_SAVE_AS = "news.html"
 ARTICLE_URL = "news/{slug}.html"
 ARTICLE_SAVE_AS = "news/{slug}.html"
-FEED_DOMAIN = "https://it.hackmeeting.org/"
+FEED_DOMAIN = "https://it.hackmeeting.org"
 FEED_ALL_ATOM = "news.xml"
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None

+ 0 - 1
themes/hackit0x16/templates/article.html

@@ -16,7 +16,6 @@
       <h1 class="entry-title">
         <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
            title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
-      {% include 'twitter.html' %}
     </header>
 
     <div class="entry-content">

+ 0 - 1
themes/hackit0x16/templates/base.html

@@ -17,7 +17,6 @@
 </head>
 
 <body id="index" class="home">
-{% include 'github.html' %}
         <header id="banner" class="body">
                 <h1><a href="{{ SITEURL }}/">{{ SITENAME }} {% if SITESUBTITLE %}<strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
                 <nav><ul>

+ 0 - 1
themes/hackit0x16/templates/comments.html

@@ -1 +0,0 @@
-{% if DISQUS_SITENAME %}<p>There are <a href="{{ SITEURL }}/{{ article.url }}#disqus_thread">comments</a>.</p>{% endif %}

+ 1 - 1
themes/hackit0x16/templates/index.html

@@ -9,7 +9,7 @@
             <aside id="featured" class="body">
                 <article>
                     <h1 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
-                    {% include 'article_infos.html' %}{{ article.content }}{% include 'comments.html' %}
+                    {% include 'article_infos.html' %}{{ article.content }}
                 </article>
             </aside><!-- /#featured -->
             {% if loop.length > 1 %}