Method: Sibu::SitesHelper#secondary_colors

Defined in:
app/helpers/sibu/sites_helper.rb

#secondary_colorsObject



7
8
9
# File 'app/helpers/sibu/sites_helper.rb', line 7

def secondary_colors
  ([@site.site_template.secondary_color] + Rails.application.config.sibu[:secondary_colors]).uniq
end