From 3ed25c9f74b7f01ccc48bc301cd472f5cb186c91 Mon Sep 17 00:00:00 2001 From: h404bi Date: Fri, 20 Apr 2018 20:28:05 +0800 Subject: [PATCH] Fixes meta generator detection --- lib/plugins/filter/meta_generator.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/plugins/filter/meta_generator.js b/lib/plugins/filter/meta_generator.js index 0f78e63918..1e5ee3bb33 100644 --- a/lib/plugins/filter/meta_generator.js +++ b/lib/plugins/filter/meta_generator.js @@ -1,14 +1,13 @@ 'use strict'; -const rMetaGenerator = / 0)) { $('head').prepend(hexoGeneratorTag.replace('%s', this.version)); return $.html();