Module: BridgetownRelatedPosts
- Defined in:
- lib/bridgetown-related-posts/builder.rb,
lib/bridgetown-related-posts.rb
Overview
lib/bridgetown-related-posts/builder.rb
Defined Under Namespace
Classes: Builder
Class Method Summary collapse
Class Method Details
.config ⇒ Object
9 10 11 |
# File 'lib/bridgetown-related-posts.rb', line 9 def self.config @config ||= Bridgetown::Configuration.new end |
.set_config(config) ⇒ Object
13 14 15 |
# File 'lib/bridgetown-related-posts.rb', line 13 def self.set_config(config) @config = config end |