Sha256: b7abe4d51389b74850f2a3511abca84d657c3fb9183fba3f0d51ca3602d61a13
Contents?: true
Size: 743 Bytes
Versions: 6
Compression:
Stored size: 743 Bytes
Contents
--- template: extensions.template --- name:summary pipeline:erb,tags,kramdown,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](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
6 entries across 6 versions & 1 rubygems