Module: MyBlockTagTemplate

Defined in:
jekyll_block_template.rb

Overview

Module-level description goes here.

Examples:

Heading for this example

Describe what this example does
{% my_block_template "parameter" %}
  Hello, world!
{% endmy_block_template %}

Heading for this example

Describe what this example does
{% my_block_template "parameter" %}
  Hello, world!
{% endmy_block_template %}

Author:

License:

  • SPDX-License-Identifier: Apache-2.0

Defined Under Namespace

Classes: MyBlock

Class Method Summary collapse

Class Method Details

.logObject

This accessor allows classes in this module to use the logger.



26
27
28
# File 'jekyll_block_template.rb', line 26

def self.log
  @log
end