tolgo robe inutili dal tema

This commit is contained in:
boyska 2020-07-14 21:26:50 +02:00
parent 5f0811c30f
commit 9a18e9b5c7
5 changed files with 2 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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