diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-22 14:44:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-22 14:44:52 +0000 |
commit | 85dc98e24aee5fe3652997b98d285dcec07428d7 (patch) | |
tree | 7bfd6f71f34343b5582bd59be5890134a585b922 /doc | |
parent | c35444826ca47123697a8f2512866f4f99964cc4 (diff) |
web commit by StefanoZacchiroli: added link to a (to be written) page about css in ikiwiki
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index 999b6749a..3890bc5dc 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -59,11 +59,11 @@ Ikiwiki can also [[plugins/aggregate]] external blogs, feeding them into the wiki. This can be used to create a Planet type site that aggregates interesting feeds. -## Valid html and css +## Valid html and [[css]] ikiwiki aims to produce [valid XHTML 1.0](http://validator.w3.org/check?url=referer). -ikiwiki generates html using [[templates]], and uses css, so you can +ikiwiki generates html using [[templates]], and uses [[css]], so you can change the look and layout of all pages in any way you would like. ## [[Plugins]] |