Fixes include_code example

This commit is contained in:
Frederic Hemberger 2011-09-24 12:25:07 +02:00
parent 8d90ac80c3
commit ea4c6704ca

View File

@ -62,7 +62,7 @@ Easily embed gists in your posts or pages.
## Include Code
Import files on your filesystem into any blog post as embedded code snippets with syntax highlighting and a download link.
{% include_code Testing include_code javascripts/test.js %}
{% include_code Testing include_code test.js %}
[Examples & documentation »](/docs/plugins/include-code/)