LoginSignup
0
0

More than 5 years have passed since last update.

Middleman で meta_tags gemを使う

Posted at

まぁ、 https://github.com/ngs/middleman-ogp とか使っても良いんですが、Railsのコードを流用したい時に柔軟に扱えるのは結構メリットあるかなーということで紹介。

# Gemfile
gem 'meta-tags'
config.rb
require 'meta_tags/view_helper'
helpers do
  include MetaTags::ViewHelper
end

これだけで、Railsで使うときと同じように使meta_tagsを使えるようになりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0