diff --git a/pelican/tests/output/basic/drafts/a-draft-article-without-date.html b/pelican/tests/output/basic/drafts/a-draft-article-without-date.html new file mode 100644 index 00000000..5187afab --- /dev/null +++ b/pelican/tests/output/basic/drafts/a-draft-article-without-date.html @@ -0,0 +1,66 @@ + + + + + + A draft article without date + + + + + + +
+
+
+

+ A draft article without date

+
+ +
+
+ + Published: + + +

In misc.

+ +

This is a draft article, it should live under the /drafts/ folder and not be +listed anywhere else.

+ +
+ +
+
+
+
+

social

+ +
+
+ + + + + \ No newline at end of file diff --git a/pelican/tests/output/custom/drafts/a-draft-article-without-date.html b/pelican/tests/output/custom/drafts/a-draft-article-without-date.html new file mode 100644 index 00000000..3c61b23c --- /dev/null +++ b/pelican/tests/output/custom/drafts/a-draft-article-without-date.html @@ -0,0 +1,97 @@ + + + + + + A draft article without date + + + + + + + +Fork me on GitHub + + +
+
+
+

+ A draft article without date

+
+ +
+

This is a draft article, it should live under the /drafts/ folder and not be +listed anywhere else.

+ +
+ +
+
+
+
+

links

+ +
+
+

social

+ +
+
+ + + + + + \ No newline at end of file diff --git a/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html b/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html new file mode 100644 index 00000000..327d6460 --- /dev/null +++ b/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html @@ -0,0 +1,97 @@ + + + + + + A draft article without date + + + + + + + +Fork me on GitHub + + +
+
+
+

+ A draft article without date

+
+ +
+

This is a draft article, it should live under the /drafts/ folder and not be +listed anywhere else.

+ +
+ +
+
+
+
+

links

+ +
+
+

social

+ +
+
+ + + + + + \ No newline at end of file diff --git a/samples/content/draft_article without_date.rst b/samples/content/draft_article without_date.rst new file mode 100644 index 00000000..5ac62034 --- /dev/null +++ b/samples/content/draft_article without_date.rst @@ -0,0 +1,7 @@ +A draft article without date +############################ + +:status: draft + +This is a draft article, it should live under the /drafts/ folder and not be +listed anywhere else.