From 3ed1fa84cec60725ba7fd763d973366e111448bb Mon Sep 17 00:00:00 2001 From: Jeff Rimko Date: Sat, 30 May 2015 14:31:42 -0400 Subject: [PATCH] Added URL to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b4c25..ea0c3eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PopPage: a small static website generator -PopPage is a simple command-line utility that can generate static websites (or any documents) by applying content to Jinja2 templates. The content can be supplied via files or directly on the command-line. For more information on using PopPage, please refer to the documentation in the main `poppage.py` file. +PopPage is a simple command-line utility that can generate static websites (or any documents) by applying content to [Jinja2](http://jinja.pocoo.org/) templates. The content can be supplied via files or directly on the command-line. For more information on using PopPage, please refer to the documentation in the main `poppage.py` file. The following is a quick example of using PopPage: