diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2010-01-22 07:38:12 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-01-22 07:38:12 +0000 |
commit | f24ca627ddf147491dfc987c99b7fda9d5a63f95 (patch) | |
tree | 175d37fe79bce80d9cb705baa0efe5c45ae2da3c /doc | |
parent | 2e585ec001e5b593b14307f7a871e48891c606df (diff) | |
download | ikiwiki-f24ca627ddf147491dfc987c99b7fda9d5a63f95.tar ikiwiki-f24ca627ddf147491dfc987c99b7fda9d5a63f95.tar.gz |
formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Render_more_than_one_dest_page_from_same_source_page.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/forum/Render_more_than_one_dest_page_from_same_source_page.mdwn b/doc/forum/Render_more_than_one_dest_page_from_same_source_page.mdwn index db7b49ae4..73375938c 100644 --- a/doc/forum/Render_more_than_one_dest_page_from_same_source_page.mdwn +++ b/doc/forum/Render_more_than_one_dest_page_from_same_source_page.mdwn @@ -3,14 +3,16 @@ That is, same source, slightly different presentation at the other end, needing I have two problems that would be solved by being able to do this. -1. "full" and "print" versions of a page. +[[!toc startlevel=2]] + +##"full" and "print" versions of a page. One has a page "foo", which is rendered into foo.html. One also wants a foo-print.html page, which uses "page-print.tmpl" rather than "page.tmpl" as its template. I want to do this for every page on the site, automatically, so it isn't feasible to do it by hand. -2. "en" and "en-us" versions of a page. +##"en" and "en-us" versions of a page. My site is in non-US English. However, I want US-English people to find my site when they search for it when they use US spelling on certain search terms (such as "optimise" versus "optimize"). This requires a (crude) US-English version of the site where the spellings are changed automatically, and the LANG is "en-us" rather than "en". (No, don't tell me to use keywords; Google ignores keywords and has for a number of years). |