Skip to content

Commit

Permalink
Make tag aliases regen on each run
Browse files Browse the repository at this point in the history
  • Loading branch information
tecknojock authored and irisfofs committed Jul 17, 2017
1 parent 665072d commit 7224fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jekyll/rp_logs/rp_log_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7224fb4

Please sign in to comment.