pidgin/nest

Add an RSS link to the blog post page

2021-10-18, Gary Kramlich
957ad9b1500d
Add an RSS link to the blog post page

Testing Done:
Ran `hugo server` and verified everything was working.

Reviewed at https://reviews.imfreedom.org/r/1024/
{
"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
}
}
]
}