diff options
author | ChaYoung You <yousbe@gmail.com> | 2014-08-13 01:45:15 +0900 |
---|---|---|
committer | ChaYoung You <yousbe@gmail.com> | 2014-08-13 01:46:36 +0900 |
commit | 3d0e85730d6c8eb7aa72a97149169dc0d2e92097 (patch) | |
tree | 0560bca795f41e5d2759886ef9fc1a519ab7f5a4 | |
parent | 73e540409ceb8bc18048b6a96a4b815fc303ea28 (diff) | |
download | my_new_personal_website-3d0e85730d6c8eb7aa72a97149169dc0d2e92097.tar.xz my_new_personal_website-3d0e85730d6c8eb7aa72a97149169dc0d2e92097.zip |
Use `octopress-hooks` and `octopress-date-format`
Not applied in 73e540409ceb8bc18048b6a96a4b815fc303ea28.
Fix #1622.
-rw-r--r-- | plugins/octopress_filters.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/octopress_filters.rb b/plugins/octopress_filters.rb index bac6768d..92e2fe5f 100644 --- a/plugins/octopress_filters.rb +++ b/plugins/octopress_filters.rb @@ -1,8 +1,8 @@ #custom filters for Octopress require './plugins/backtick_code_block' -require 'jekyll-page-hooks' +require 'octopress-hooks' require 'jekyll-sitemap' -require 'jekyll-date-format' +require 'octopress-date-format' require './plugins/raw' require 'rubypants' |