diff --git a/README.md b/README.md index 8ed82fc..bda4e3c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Associated the handler with a path is pretty easy, for example: ( r'(.*)', dispatch_gist_it ), ], debug=True ) +###WordPress Plugin + +There is also a [WordPress Plugin](http://sudarmuthu.com/wordpress/wp-github-gist), which allows you to embed gist and files from Github in your blog posts or pages. + ### Testing To run python unit2 tests: diff --git a/jinja2-assets/index.jinja.html b/jinja2-assets/index.jinja.html index a5e972d..8903ddc 100644 --- a/jinja2-assets/index.jinja.html +++ b/jinja2-assets/index.jinja.html @@ -121,6 +121,11 @@

Example Source

+
+

WordPress Plugin

+

There is also a WordPress Plugin, which allows you to embed gist and files from Github in your blog posts or pages.

+
+

Source

http://github.com/robertkrimen/gist-it