From 80855580a1ef859e813b1ef98448b9f26205dd58 Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 28 Sep 2020 20:35:31 -0600 Subject: [PATCH] removed comments --- _build.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/_build.js b/_build.js index ca25ec1..ed7d368 100644 --- a/_build.js +++ b/_build.js @@ -6,9 +6,7 @@ const fs = require('fs-extra'); const moment = require('moment'); const YAML = require('yaml'); -// A hacky sort of "class" to contain methods for each section const BUILD_SECTION = { - // TODO: Make more of these YAML-based functions header: () => readFile('md/_header.md').replace('{{DATE}}', moment().format('MMMM Do YYYY').replace(/ /g, '%20')), index: () => readFile('md/_index.md'), contributing: () => readFile('md/_contributing.md'),