lib/pugin/feature/bandiera.rb in pugin-0.8.1 vs lib/pugin/feature/bandiera.rb in pugin-0.8.2

- old
+ new

@@ -20,9 +20,15 @@ def post_election? get_features @features.fetch('show-post-election', false) end + def show_list_images? + get_features + + @features.fetch('show-list-images', false) + end + # Reset cached features def reset @features = nil end \ No newline at end of file