Class: Jekyll::PoweredByPages

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/powered-by-pages.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



3
4
5
# File 'lib/powered-by-pages.rb', line 3

def render(context)
  "Proudly powered with <3 by <a href=\"http://pages.github.com\">GitHub Pages</a>"
end