remove swp files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<dl>
|
||||
<h2>Archives de {{ SITENAME }}</h2>
|
||||
{% for article in dates %}
|
||||
<dt>{{ article.date.strftime('%a %d %B %Y') }}</dt>
|
||||
<dt>{{ article.locale_date }}</dt>
|
||||
<dd><a href='{{ article.url }}'>{{ article.title }}</a></dd>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="blogItem">
|
||||
|
||||
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
|
||||
<h3>Le {{ article.date.strftime('%a %d %B %Y') }}</h3>
|
||||
<h3>Le {{ article.locale_date }}</h3>
|
||||
|
||||
{{ article.content }}
|
||||
{% include 'twitter.html' %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="blogItem">
|
||||
|
||||
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
|
||||
<h3>Le {{ article.date.strftime('%a %d %B %Y') }}</h3>
|
||||
<h3>Le {{ article.locale_date }}</h3>
|
||||
|
||||
{{ article.content }}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<div class="blogItem">
|
||||
|
||||
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
|
||||
<h3>Le {{ article.date.strftime('%a %d %B %Y') }}</h3>
|
||||
<h3>Le {{ article.locale_date }}</h3>
|
||||
|
||||
{{ article.summary }}
|
||||
<h3 class="blogMeta">Par <a href="#">{{ article.author }}</a>, Catégorie : <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a></h3>
|
||||
|
||||
Reference in New Issue
Block a user