Skip to content

Commit

Permalink
Merge pull request #92 from ashmaroli/its-jekyll
Browse files Browse the repository at this point in the history
The name's Jekyll..
  • Loading branch information
aarongustafson authored Sep 4, 2018
2 parents 20fc165 + 69dd426 commit 3fdfc74
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/jekyll/tags/bookmarks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_bookmarks post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/count.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_count post.url [ bookmarks | likes | links | posts | replies | reposts | rsvps ]* %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/likes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_likes post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/links.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_links post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/posts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_posts post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/replies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_replies post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/reposts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_reposts post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/rsvps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmention_rsvps post.url %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/tags/webmentions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
# {% webmentions post.url [ bookmarks | likes | links | posts | replies | reposts | rsvps ]* %}
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/webmention_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
require_relative "webmention_io/version"
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/webmention_io/webmention.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/aarongustafson/jekyll-webmention_io
# Licence : MIT
#
# this liquid plugin insert a webmentions into your Octopress or Jekill blog
# this liquid plugin insert a webmentions into your Octopress or Jekyll blog
# using http://webmention.io/ and the following syntax:
#
module Jekyll
Expand Down

0 comments on commit 3fdfc74

Please sign in to comment.