Changeset - 52d8cbe036e1
[Not reviewed]
0 2 0
Vitaly Takmazov - 10 years ago 2015-02-08 14:19:09
vitalyster@gmail.com
Fix deprecation warnings
2 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
_config.yml
Show inline comments
 
@@ -3,8 +3,7 @@
 
#permalink: /:categories/:year/:month/:day/:title 
 

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

	
 
# Themes are encouraged to use these universal variables 
 
# so be sure to set them if your theme uses them.
atom.xml
Show inline comments
 
---
 
layout: nil
 
layout: null
 
title : Atom Feed
 
---
 
<?xml version="1.0" encoding="utf-8"?>
 
@@ -25,4 +25,4 @@ title : Atom Feed
 
 </entry>
 
 {% endfor %}
 
 
 
</feed>
 
\ No newline at end of file
 
</feed>
0 comments (0 inline, 0 general)