Skip to content

Commit

Permalink
Adding date.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 18, 2017
1 parent f55c54c commit 24875ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Expand Up @@ -572,7 +572,7 @@ def fill_site(self):
outf.write(".. title: Page 0\n.. slug: sec1\n\nThis is Page 0.\n")

with io.open(os.path.join(sec1, 'foo.txt'), "w+", encoding="utf8") as outf:
outf.write(".. title: Post 0\n.. slug: post0\n\nThis is Post 0.\n")
outf.write(".. title: Post 0\n.. slug: post0\n.. date: 2013-03-06 19:08:15\n\nThis is Post 0.\n")

def _make_output_path(self, dir, name):
"""Make a file path to the output."""
Expand Down

0 comments on commit 24875ff

Please sign in to comment.