Update documentation and libraries in plugins

This commit is contained in:
Saivann 2013-06-18 00:05:19 -04:00
parent 34273d6955
commit cd597fdb21
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
require 'yaml'
#This plugin generates all translated pages using templates in
#_templates. The final file name of each page is defined in
#the url section of each translations in _translations.
module Jekyll
class TranslatePage < Page