diff --git a/lib/jekyll/rp_logs/rp_log_converter.rb b/lib/jekyll/rp_logs/rp_log_converter.rb index f33655a..32c28cd 100644 --- a/lib/jekyll/rp_logs/rp_log_converter.rb +++ b/lib/jekyll/rp_logs/rp_log_converter.rb @@ -57,6 +57,7 @@ def tag_config(config) def generate(site) return unless site.config["rp_convert"] tag_info(site.config) + Page.extract_settings(site.config) # There doesn't seem to be a better way to add this to all pages than # by modifying the configuration file, which is added onto the `site` # liquid variable.