diff --git a/README.md b/README.md index 3035702..dad5cb7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Running `nicoletta` will: * Read a `conf` file, which should be YAML * Read markdown files from `posts/` which have YAML metadata on top * Use the template `templates/post.tmpl` to turn the markdown into a HTML fragment using the post's metadata -* Use the template `templates/page.tmpl` to turn that fragment into a HTML page +* Use the template `templates/page.tmpl` to turn that fragment into a HTML page using the site's config This repo contains examples for everything :-) ## Development