Fix deprecation warnings
This commit is contained in:
parent
a0165e1d01
commit
52d8cbe036
2 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,7 @@
|
||||||
#permalink: /:categories/:year/:month/:day/:title
|
#permalink: /:categories/:year/:month/:day/:title
|
||||||
|
|
||||||
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
|
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
|
||||||
auto: true
|
highlighter: pygments
|
||||||
pygments: true
|
|
||||||
|
|
||||||
# Themes are encouraged to use these universal variables
|
# Themes are encouraged to use these universal variables
|
||||||
# so be sure to set them if your theme uses them.
|
# so be sure to set them if your theme uses them.
|
||||||
|
|
4
atom.xml
4
atom.xml
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: nil
|
layout: null
|
||||||
title : Atom Feed
|
title : Atom Feed
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
@ -25,4 +25,4 @@ title : Atom Feed
|
||||||
</entry>
|
</entry>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</feed>
|
</feed>
|
||||||
|
|
Loading…
Add table
Reference in a new issue