Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Typo 201010 -> 2010. #5

Merged
merged 1 commit into from Sep 15, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion poole.py
Expand Up @@ -166,7 +166,7 @@ def exec_(code, envdic):
menu-position: 10
---
Poole has basic blog support. If an input page's file name has a structure like
`page-title.YYYY-MM-DD.post-title.md`, e.g. `blog.201010-02-27.read_this.md`,
`page-title.YYYY-MM-DD.post-title.md`, e.g. `blog.2010-02-27.read_this.md`,
Poole recognizes the date and post title and sets them as attributes of the
page. These attributes can then be used to generate a list of blog posts:
Expand Down
2 changes: 1 addition & 1 deletion tests/expected/input/blog.md
Expand Up @@ -2,7 +2,7 @@
menu-position: 10
---
Poole has basic blog support. If an input page's file name has a structure like
`page-title.YYYY-MM-DD.post-title.md`, e.g. `blog.201010-02-27.read_this.md`,
`page-title.YYYY-MM-DD.post-title.md`, e.g. `blog.2010-02-27.read_this.md`,
Poole recognizes the date and post title and sets them as attributes of the
page. These attributes can then be used to generate a list of blog posts:

Expand Down
2 changes: 1 addition & 1 deletion tests/expected/output/blog.html
Expand Up @@ -20,7 +20,7 @@ <h2>blog</h2>
<span class="current"><a href="/blog.html">blog</a></span>
</div>
<div id="content"><p>Poole has basic blog support. If an input page's file name has a structure like
<code>page-title.YYYY-MM-DD.post-title.md</code>, e.g. <code>blog.201010-02-27.read_this.md</code>,
<code>page-title.YYYY-MM-DD.post-title.md</code>, e.g. <code>blog.2010-02-27.read_this.md</code>,
Poole recognizes the date and post title and sets them as attributes of the
page. These attributes can then be used to generate a list of blog posts:</p>
<ul>
Expand Down