diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-26 11:25:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-26 11:25:40 -0400 |
commit | a5f81918c8461c630ada63c90c6593089fb7aae3 (patch) | |
tree | 102fae2981614474619d4a0694fc673648e3b197 | |
parent | d1adf36afa154458fd58815adee3cc4e32b03a32 (diff) | |
download | ikiwiki-a5f81918c8461c630ada63c90c6593089fb7aae3.tar ikiwiki-a5f81918c8461c630ada63c90c6593089fb7aae3.tar.gz |
page.tmpl: omit searchform, trails, sidebar and most metadata in CGI (smcv)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/bugs/trail_shows_on_cgi_pages.mdwn | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e817deb9b..d98af52cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ ikiwiki (3.20130519) UNRELEASED; urgency=low displayed in a popup on mouseover. Thanks, Louis * osm: Remove trailing slash from KML maps icon. + * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI + (smcv) -- Joey Hess <joeyh@debian.org> Sun, 23 Jun 2013 14:02:01 -0400 diff --git a/doc/bugs/trail_shows_on_cgi_pages.mdwn b/doc/bugs/trail_shows_on_cgi_pages.mdwn index 0f4766f17..af1de3028 100644 --- a/doc/bugs/trail_shows_on_cgi_pages.mdwn +++ b/doc/bugs/trail_shows_on_cgi_pages.mdwn @@ -5,3 +5,8 @@ happen, probably. --[[Joey]] > [[!template id=gitbranch branch=smcv/ready/no-trails-if-dynamic author="[[smcv]]"]] > [[!tag patch]] > Fixed in my branch. --[[smcv]] + +>> [[merged|done]], although I am ambivilant about hiding the search box, +>> and unsure about hiding the sidebar. At least the latter fixes an +>> annoying layout problem with the comment page, where the textarea +>> appears below the sidebar due to its width. --[[Joey]] |