Skip to content

Commit f04e8a8

Browse files
committed
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"
1 parent 1f3596c commit f04e8a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
permalink: /:categories/:year/:month/:day/:title
44

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

88
# Themes are encouraged to use these universal variables
99
# so be sure to set them if your theme uses them.

atom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: nil
2+
layout: null
33
title : Atom Feed
44
---
55
<?xml version="1.0" encoding="utf-8"?>
@@ -25,4 +25,4 @@ title : Atom Feed
2525
</entry>
2626
{% endfor %}
2727

28-
</feed>
28+
</feed>

rss.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: nil
2+
layout: null
33
title : RSS Feed
44
---
55

0 commit comments

Comments
 (0)