Skip to content

Commit

Permalink
fixing issue#225(deprecation...) by:
Browse files Browse the repository at this point in the history
1,_config.yml; change "pygments: true" to "highlighter: pygments"
2,rss.xml&atom.xml; change "Layout: nil" to "Layout: null"
  • Loading branch information
PetersonLian committed Aug 19, 2014
1 parent 1f3596c commit f04e8a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permalink: /:categories/:year/:month/:day/:title

exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
pygments: true
highlighter: pygments

# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
Expand Down
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : Atom Feed
---
<?xml version="1.0" encoding="utf-8"?>
Expand All @@ -25,4 +25,4 @@ title : Atom Feed
</entry>
{% endfor %}

</feed>
</feed>
2 changes: 1 addition & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : RSS Feed
---

Expand Down

0 comments on commit f04e8a8

Please sign in to comment.