mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Compare commits
1 Commits
master
...
log-cache-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad61e41bdb |
@@ -151,8 +151,10 @@ module Jekyll
|
||||
cached_partial = context.registers[:cached_partials]
|
||||
|
||||
if cached_partial.key?(path)
|
||||
Jekyll.logger.info "Include cache hit: ", path.green
|
||||
cached_partial[path]
|
||||
else
|
||||
Jekyll.logger.info "Include cache miss: ", path.yellow
|
||||
unparsed_file = context.registers[:site]
|
||||
.liquid_renderer
|
||||
.file(path)
|
||||
|
||||
Reference in New Issue
Block a user