diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 10:40:35 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 10:40:35 -0800 |
commit | 8cc9ae059ffa6e484d24149ff7508555bfaed1b6 (patch) | |
tree | d9c8dde5cfb2537e83ffedad1e3490608c9943b2 /sites/www/blog.rst | |
parent | 935c55dd1f596f97bd8c3d76dd8abfe9cffaa8b0 (diff) | |
parent | a83f0d3038e8d16e7c160293d16c2736645564d6 (diff) |
Merge branch '1.11' into 1.12
Diffstat (limited to 'sites/www/blog.rst')
-rw-r--r-- | sites/www/blog.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sites/www/blog.rst b/sites/www/blog.rst new file mode 100644 index 00000000..af9651e4 --- /dev/null +++ b/sites/www/blog.rst @@ -0,0 +1,16 @@ +==== +Blog +==== + +.. blog-posts directive gets replaced with an ordered list of blog posts. + +.. blog-posts:: + + +.. The following toctree ensures blog posts get processed. + +.. toctree:: + :hidden: + :glob: + + blog/* |