Sha256: 70464c25ceaaf3c948be05759d33c615307608f74b527845e0edaf0c01f6d57c
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
# -*- coding: utf-8 -*- # Configures your navigation SimpleNavigation::Configuration.run do |navigation| # Specify the class that will be applied to active navigation items. Defaults to 'selected' navigation.selected_class = 'active' navigation.active_leaf_class = '' # Define the primary navigation navigation.items do |primary| primary.item :static, 'Home', root_path primary.dom_class = 'nav navbar-nav' end end
Version data entries
3 entries across 3 versions & 1 rubygems