URI:
       README: escape some characters - static-site-scripts - static site generator shellscripts
  HTML git clone git://git.codemadness.org/static-site-scripts
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit dae597896d4c9e3984f41851580b6139f6720f15
   DIR parent ca9421a27fa8913fb04f77265ccd5e40256fadc2
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 15 Dec 2013 16:46:42 +0100
       
       README: escape some characters
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         M README.md                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/README.md b/README.md
       @@ -13,4 +13,4 @@ Pages are defined as shellscripts containing metadata (see pages/example-page-te
        
        The page content is the basename of the shellscript + .html (see pages/example-page-template.html). Markdown should be supported, but is untested for now.
        
       -<insert you favorite template language> can easily be added to generate.sh.
       +\<insert you favorite template language\> can easily be added to generate.sh.