From bb90025c887c0c0ca3bc397c74f4fd05f2e21f6e Mon Sep 17 00:00:00 2001 From: Yurii Cherniavskyi Date: Thu, 24 May 2018 22:13:37 +0300 Subject: [PATCH] Remove odd metadata reassign --- lib/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/index.js b/lib/index.js index ea2f546..384a6a1 100644 --- a/lib/index.js +++ b/lib/index.js @@ -183,11 +183,6 @@ function plugin(opts) { } } - // update metadata - if (!opts.skipMetadata) { - metalsmith.metadata(metadata); - } - /* clearing this after each pass avoids * double counting when using metalsmith-watch */