pidgin/nest

Make State of the Bird posts consistent

3 months ago, Elliott Sales de Andrade
992551a083d0
Make State of the Bird posts consistent

If you `ls` in this directory, these two end up at the end (i.e., newest) even though they are the oldest posts.

Testing Done:
Ran `hugo:server` and checked the old and new URLs.

Reviewed at https://reviews.imfreedom.org/r/2943/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}