permalinks icon indicating copy to clipboard operation
permalinks copied to clipboard

Fix segmentio/metalsmith-permalinks#48, a patch to normalize() linksets.

Open arccoza opened this issue 8 years ago • 3 comments

normalize() doesn't process linksets; it ensures that options.linksets exists, but doesn't apply date formatting or a default value for the relative option, as it does for basic options. This is a simple patch to ensure linksets get the same treatment.

arccoza avatar Mar 09 '16 06:03 arccoza

Thanks for the PR.

Could you resolve the conflicts or create a new PR based off master? Also added tests would be great.

woodyrew avatar Jul 21 '18 13:07 woodyrew

Wow, now this is a bit of a fossil; are you trying to breathe some life back into the plugin? I haven't used metalsmith in a while, but I'll try put together a new patch for you.

arccoza avatar Jul 21 '18 14:07 arccoza

The Metalsmith community have taken over the core plugins as they weren't being maintained by segment.

woodyrew avatar Jul 21 '18 15:07 woodyrew

I believe this has been resolved in 2.5.x

webketje avatar Jul 26 '23 21:07 webketje