Sha256: 5890bd1e30789de174ed061a5b7556dfa2085d66399f54554133a0ca73a64afb

Contents?: true

Size: 794 Bytes

Versions: 5

Compression:

Stored size: 794 Bytes

Contents

# middleman-generator-tag

middleman-generator-tag is a plugin for Middleman.  
This plugin always insert '<meta name='generator' content="Middleman vX.X.X">` into html.

This plugin support Middleman v3-stable and v4.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'middleman-generator-tag'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install middleman-generator-tag

## Usage

In config.rb:

```ruby
activate :generator_tag
```

## Contributing

1. Fork it ( https://github.com/yterajima/middleman-generator-tag/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
middleman-generator-tag-0.2.5 README.md
middleman-generator-tag-0.2.4 README.md
middleman-generator-tag-0.2.3 README.md
middleman-generator-tag-0.2.2 README.md
middleman-generator-tag-0.2.1 README.md