Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions jinja2-assets/index.jinja.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ <h3>Example Source</h3>
<div class="clear"></div>
</div>

<div class="section">
<h3>WordPress Plugin</h3>
<p>There is also a <a href = "http://sudarmuthu.com/wordpress/wp-github-gist">WordPress Plugin</a>, which allows you to embed gist and files from Github in your blog posts or pages.</p>
</div>

<div class="section">
<h3>Source</h3>
<p><a href="http://github.com/robertkrimen/gist-it">http://github.com/robertkrimen/gist-it</a></p>
Expand Down