diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-05-07 00:27:45 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-05-07 00:27:45 -0500 |
commit | 21985f25d5bc9096cfe2640c2b000013fdaad6fc (patch) | |
tree | eaa25928f7d0644e21a1c334a93a6462dd667a91 /_config.yml | |
parent | 11a1ba623e76f3524a1835856a83ad826c6e0c52 (diff) | |
download | my_new_personal_website-21985f25d5bc9096cfe2640c2b000013fdaad6fc.tar.xz my_new_personal_website-21985f25d5bc9096cfe2640c2b000013fdaad6fc.zip |
Removed a couple of buggy filters on RDiscount (for now)
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 355f5fea..74d35bad 100644 --- a/_config.yml +++ b/_config.yml @@ -38,8 +38,6 @@ rdiscount: extensions: - autolink - footnotes - - generate_toc - - superscript - smart pygments: false # default python pygments have been replaced by pygments.rb |