diff options
author | Simon McVittie <smcv@debian.org> | 2014-06-29 17:19:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-09-15 20:43:44 +0100 |
commit | 8c1beee2ac1cb9b0abe33d1cce7617707af3f063 (patch) | |
tree | 2b962f9d26c9a505684abe33384c539087abd6b2 | |
parent | dfe1a204812eb113021383900056dbe27c2e3f35 (diff) | |
download | ikiwiki-8c1beee2ac1cb9b0abe33d1cce7617707af3f063.tar ikiwiki-8c1beee2ac1cb9b0abe33d1cce7617707af3f063.tar.gz |
Show all images in album index if more than 10
Bugfix suggested by kjs.
-rw-r--r-- | IkiWiki/Plugin/album.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/album.pm b/IkiWiki/Plugin/album.pm index 13c4b4eaf..bade7c43b 100644 --- a/IkiWiki/Plugin/album.pm +++ b/IkiWiki/Plugin/album.pm @@ -128,6 +128,7 @@ sub show_in_album { actions => "no", feeds => "no", template => "albumitem", + show => 0, %params); } |