aboutsummaryrefslogtreecommitdiff
path: root/lib/generators/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generators/html.js')
-rw-r--r--lib/generators/html.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/generators/html.js b/lib/generators/html.js
index f7c7966..2004696 100644
--- a/lib/generators/html.js
+++ b/lib/generators/html.js
@@ -1,5 +1,3 @@
-'use strict';
-
import Dot from 'dot';
import { readFile, writeFile } from 'fs/promises';
import { join } from 'path';
@@ -34,5 +32,4 @@ export default async function HTMLGenerator(source, target, posts) {
strip: false
})({ posts });
await writeFile(indexTarget, indexHtml);
-};
-
+}