瀏覽代碼

Remove incorrect folder from description in docs

Plugin reads files from `content/code/`, instead of
`content/downloads/code/`.
Talha Mansoor 11 年之前
父節點
當前提交
29b9e8d3ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      liquid_tags/include_code.py

+ 1 - 1
liquid_tags/include_code.py

@@ -18,7 +18,7 @@ Example
 -------
 {% include_code myscript.py %}
 
-This will import myscript.py from content/downloads/code/myscript.py
+This will import myscript.py from content/code/myscript.py
 and output the contents in a syntax highlighted code block inside a figure,
 with a figcaption listing the file name and download link.