Sha256: 22ee8185adb64a9ce5a31b9a213220395dd5ab81f08934be95e270ddf2459c88
Contents?: true
Size: 754 Bytes
Versions: 19
Compression:
Stored size: 754 Bytes
Contents
--- template: extensions.template --- name:summary pipeline:erb,tags,maruku,blocks <% patterns = context.website.config['sourcehandler.patterns'][context.content_node['title']] if patterns %> This source handler operates on paths that match one of the following path patterns (see the [path pattern documentation]({relocatable: manual.html#source-pathpattern}) for more information): `<%= patterns.join(', ') %>` <% end %> <% meta_info = context.website.config['sourcehandler.default_meta_info'][context.content_node['title']] if meta_info %> Following is the default meta information set on any node created by this source handler: <pre> <%= meta_info.to_yaml.gsub(/^---/, '').strip %> </pre> <% end %> --- name:content <webgen:block name='content' />
Version data entries
19 entries across 19 versions & 3 rubygems