Skip to content

kobapan/jekyll-post-thumbnail.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

post-thumbnail

This is a Liquid filter plugin for jekyll , show the first img tag in a post.

Usage

{{ post.content | thumbnail }}

=> < img src="http://exsample.com/1.jpg" height="100px" width="">

{{ post.content | thumbnail: '200px'}}

=> <img src="http://exsample.com/1.jpg" height="200px" width="">

{{ post.content | thumbnail: '' , '200px'}}

=> <img src="http://exsample.com/1.jpg" height="" width="200px">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages