diff options
author | skami <skami@skami-laptop.dyndns.org> | 2011-02-14 11:24:11 +0100 |
---|---|---|
committer | skami <skami@skami-laptop.dyndns.org> | 2011-02-14 11:24:11 +0100 |
commit | 95c07beb3a1302f232520ed64e59c6839a9948f5 (patch) | |
tree | e267fccc6d759b237040ca65f7c90076dc85eb0d | |
parent | 3072332a1549bbdbc458c13112b6013716c5782b (diff) | |
download | pelican-themes-95c07beb3a1302f232520ed64e59c6839a9948f5.tar.gz |
Le thème est maintenant presque fini...
-rw-r--r-- | lightweight/LISEZ-MOI.txt | 1 | ||||
-rw-r--r-- | lightweight/aperçu.png | bin | 0 -> 52315 bytes | |||
-rw-r--r-- | lightweight/templates/meta.html | 5 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lightweight/LISEZ-MOI.txt b/lightweight/LISEZ-MOI.txt new file mode 100644 index 0000000..288ac1c --- /dev/null +++ b/lightweight/LISEZ-MOI.txt @@ -0,0 +1 @@ +Attention, ce thème n'est pas terminé, il pourrait ne pas fonctionner correctoment sur votre site... diff --git a/lightweight/aperçu.png b/lightweight/aperçu.png Binary files differnew file mode 100644 index 0000000..82cedc1 --- /dev/null +++ b/lightweight/aperçu.png diff --git a/lightweight/templates/meta.html b/lightweight/templates/meta.html new file mode 100644 index 0000000..14257bd --- /dev/null +++ b/lightweight/templates/meta.html @@ -0,0 +1,5 @@ + <details class="meta"> + Publié le <time datetime="{{ article.date.isoformat() }}" pubdate="pubdate">{{ article.date.strftime(DEFAULT_DATE_FORMAT or '%a %d %B %Y') }}</time> + {% if article.author %} par {{ article.author }}{% endif %} dans «<a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>». + {% if article.tags %}Mots-clés: {% for tag in article.tags %}{%if loop.index > 1%}, {%endif%}<a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a>{% endfor %}</p>{% endif %} + </details> |