<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,12 +35,20 @@ It will include a small style definition (font: 12px Consolas) to make Gists eas
 
 ### path_for.rb
 
-A nanoc plugin that returns the path of a page given its page_id (its &quot;name&quot;).
+A nanoc plugin that returns the path of a page given its page_id (its &quot;name&quot;)
 
-In your ERB-enabled layout or content, use:
+Installation:
+copy to your site's lib folder.
+
+Usage:
+in your ERB-enabled layout or content, use:
 
     &lt;a href=&quot;&lt;%= path_for :home %&gt;&quot;&gt;Home&lt;/a&gt;
 
+You can use a symbol or a string for your page name. Strings are nice for pages in subfolders:
+
+    &lt;a href=&quot;&lt;%= path_for &quot;blog/2008/post_name&quot; %&gt;&quot;&gt;A nice post&lt;/a&gt;
+
 ## filters/
 
 ### copy.rb</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,9 @@
 # Usage:
 # in your ERB-enabled layout or content, use: &lt;a href=&quot;&lt;%= path_for :home %&gt;&quot;&gt;Home&lt;/a&gt;
 # 
+# You can use a symbol or a string for your page name. Strings are nice for pages in subfolders:
+# 
+# &lt;a href=&quot;&lt;%= path_for &quot;blog/2008/post_name&quot; %&gt;&quot;&gt;A nice post&lt;/a&gt;
 
 def path_for page_id
   # Find page</diff>
      <filename>plugins/path_for.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7b0d338f140ef06c9bcac6294ffccb81a63087d6</id>
    </parent>
  </parents>
  <author>
    <name>Ale Mu&#241;oz</name>
    <email>bomberstudios@gmail.com</email>
  </author>
  <url>http://github.com/bomberstudios/nanoc_extensions/commit/769740c98eef17d629345d461a0f65ed49eb32d6</url>
  <id>769740c98eef17d629345d461a0f65ed49eb32d6</id>
  <committed-date>2008-09-12T06:31:14-07:00</committed-date>
  <authored-date>2008-09-12T06:31:14-07:00</authored-date>
  <message>Updated documentation for path_for</message>
  <tree>845903d858efb6bc693924633e82343398cc27df</tree>
  <committer>
    <name>Ale Mu&#241;oz</name>
    <email>bomberstudios@gmail.com</email>
  </committer>
</commit>
