Skip to content

Commit

Permalink
#3
Browse files Browse the repository at this point in the history
  • Loading branch information
randomknowledge committed Aug 7, 2013
1 parent d3f806d commit 9717e64
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ___
* [Custom Plugins](#custom-plugins)
* [Custom Context Processors](#custom-context-processors)
* [Special Template Tags](#special-template-tags)
* [Known Bugs/Errors](#known-bugserrors)

## Introduction
`Cactus Refactored` is a static website generator using [Python](http://www.python.org/)
Expand Down Expand Up @@ -236,4 +237,11 @@ This will render the block 'blockname' from the page 'another-page' inside your
To render a block from a page in a subfolder use the followinf syntax:
```html
{% render_block_from_file 'sub/folder/another-page' 'blockname' %}
```
```

## Known Bugs/Errors
### Error Loading osascript
There is an error loading the Adobe Unit Types osascript under OSX 1.6.6+. It is used to refresh a page in the browser.
Solution: Install the update from Adobe under /Library/ScriptingAdditions available here: http://helpx.adobe.com/photoshop/kb/unit-type-conversion-error-applescript.html

Thanks to [@remeiberlin](https://github.com/remeiberlin) for [reporting](https://github.com/randomknowledge/Cactus_Refactored/issues/3) this!

0 comments on commit 9717e64

Please sign in to comment.