Renames url filter to url

This commit is contained in:
Zach Leatherman
2018-01-16 21:20:54 -06:00
parent cb83242ac7
commit 9fe4905608
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ module.exports = function(config) {
rssDate: dateObj => {
return dateToISO(dateObj);
},
absoluteUrl: url => {
url: url => {
// If your blog lives in a subdirectory, change this:
let rootDir = "/";
if( !url || url === "/" ) {