fixing issue#225(deprecation...) by:

1,_config.yml; change "pygments: true" to "highlighter: pygments"
2,rss.xml&atom.xml; change "Layout: nil" to "Layout: null"
This commit is contained in:
Peterson Lian 2014-08-19 16:55:06 +08:00
parent 1f3596c445
commit f04e8a8362
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : Atom Feed
---
<?xml version="1.0" encoding="utf-8"?>
@ -25,4 +25,4 @@ title : Atom Feed
</entry>
{% endfor %}
</feed>
</feed>

View file

@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : RSS Feed
---