pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Add meta keywords supports #17

Closed allenlsy closed 10 years ago

allenlsy commented 10 years ago

Usage:

<meta name="keywords" content="{{ post | keywords }}"> 

In markdown:

tags: [ruby, programming]

The output is:

<meta name="keywords" content="ruby,programming"> 

Demo at my blog post

pattex commented 10 years ago

I'm sorry for the super late reaction. I kinda disregarded my repos for a while.

Thank you!

I had to copy & past this comment… (o//O)