diff options
-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> |