diff --git a/README.md b/README.md index 500b7ae..df92923 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,7 @@ NUIR_AUTHORS = { ## Support de plugins -Ce thème ne supporte pour l’instant que le plugin [Series](https://github.com/getpelican/pelican-plugins/tree/master/series). +Ce thème supporte les plugins suivant : + +* [Series](https://github.com/getpelican/pelican-plugins/tree/master/series). +* [Drafts](https://github.com/noirbizarre/pelican-drafts) diff --git a/templates/drafts.html b/templates/drafts.html new file mode 100644 index 0000000..1f676ba --- /dev/null +++ b/templates/drafts.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% import "macros.html" as macro %} +{% block content %} +
+

Brouillons

+
+
+ +{{ macro.listArticles(drafts) }} + +{% endblock content %}