Module: Jekyll

Defined in:
lib/jekyll_block_tag_plugin_template.rb

Overview

This is the module-level description.

The Jekyll log level defaults to :info, which means all the Jekyll.logger statements below will not generate output. You can control the log level when you start Jekyll. To set the log level to :debug, write an entery into _config.yml, like this: plugin_loggers:

MyBlock: debug

Examples:

Heading for this example

Describe what this example does
{% block_tag_template "parameter" %}
  Hello, world!
{% endblock_tag_template %}

Defined Under Namespace

Classes: MyBlock