Fix planetfeed: Add page type to yaml
This commit is contained in:
parent
1378ee2ae6
commit
33a00cda42
2 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ blogposts['blogposts'].sort! do |a,b|
|
|||
end
|
||||
end
|
||||
blogposts['blogposts'] = blogposts['blogposts'][0..19]
|
||||
blogposts['kind'] = 'page'
|
||||
|
||||
# Output
|
||||
File.open(blogposts_file, 'w+') {|f| f.write(blogposts.to_yaml) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue