summaryrefslogtreecommitdiff
path: root/docs/content.rst
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2015-02-17 17:06:19 -0800
committerJustin Mayer <entroP@gmail.com>2015-02-17 17:06:19 -0800
commitbfbb7d4bb5acf7ae5abad969e1282db2915b5f9d (patch)
treea263ca12419d6362dca2681267e3605262f28ed1 /docs/content.rst
parent6a69a2c9437039b16d72cb37a4cb11c40601bd28 (diff)
parent4c25610cd88d3c2936fec22baa7f37ead7660606 (diff)
downloadpelican-bfbb7d4bb5acf7ae5abad969e1282db2915b5f9d.tar.gz
Merge pull request #1581 from georgevreilly/win-fixes
Fix Pelican rendering and unit tests on Windows.
Diffstat (limited to 'docs/content.rst')
-rw-r--r--docs/content.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content.rst b/docs/content.rst
index 132c49c1..4b19515f 100644
--- a/docs/content.rst
+++ b/docs/content.rst
@@ -157,6 +157,9 @@ the other content will be placed after site generation).
To link to internal content (files in the ``content`` directory), use the
following syntax for the link target: ``{filename}path/to/file``
+Note: forward slashes, ``/``,
+are the required path separator in the ``{filename}`` directive
+on all operating systems, including Windows.
For example, a Pelican project might be structured like this::