diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 21:32:29 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 21:32:29 +0100 |
commit | ecac90f5e5db1ca82d4653047636ef4c2c749015 (patch) | |
tree | ed6dc24f44f69453b2805e30bfd473aad60a0afd /ratatoeskr/templates/src | |
parent | 48972a847fe48f5e2919caf1d777262c6f0121d8 (diff) | |
download | ratatoeskr-cms-ecac90f5e5db1ca82d4653047636ef4c2c749015.tar.gz ratatoeskr-cms-ecac90f5e5db1ca82d4653047636ef4c2c749015.tar.bz2 ratatoeskr-cms-ecac90f5e5db1ca82d4653047636ef4c2c749015.zip |
"%root%" in articles will be replaced with a path to page root.
Diffstat (limited to 'ratatoeskr/templates/src')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/content_write.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html index 81a4d9b..9ec9548 100644 --- a/ratatoeskr/templates/src/systemtemplates/content_write.html +++ b/ratatoeskr/templates/src/systemtemplates/content_write.html @@ -25,6 +25,9 @@ </ste:if> <div class="triplecolumns"> <div class="column_left"> + <h2>Linking back</h2> + <p>The text <code>%root%</code> will be replaced with a path, that points to the root of your Ratatöskr page.</p> + <h2>Markdown Cheat Sheet</h2> <h3>Emphasis / Strong</h3> |