Skip to content

Commit

Permalink
Add plugin replacement comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetroff committed Feb 4, 2015
1 parent db73f29 commit c18c072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _plugins/camp-lou-years.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Jekyll
# Can be replaced with {{'now' | date: "%Y" | minus: 1924 }}
class CampYearsTag < Liquid::Tag

def initialize(tag_name, text, tokens)
Expand All @@ -11,6 +12,7 @@ def render(context)
end
end

# Can be replaced with {{'now' | date: "%Y" | minus: 1980 }}
class LouYearsTag < Liquid::Tag

def initialize(tag_name, text, tokens)
Expand Down

0 comments on commit c18c072

Please sign in to comment.