diff --git a/bundle.js b/bundle.js index 90b1f42..76af6a0 100755 --- a/bundle.js +++ b/bundle.js @@ -40,6 +40,7 @@ function processFile(inputFile, outputFile, filter) { const fileDir = path.dirname(inputFile); if (inputFile.includes(".mp3")) { const data = fs.readFileSync(inputFile); + if (filter(inputFile, false, data)) return; fs.writeFileSync(outputFile, data); } else { const data = fs.readFileSync(inputFile, "utf8"); diff --git a/site/_templates/_header.html b/site/_templates/_header.html index 023599f..d6f1a23 100644 --- a/site/_templates/_header.html +++ b/site/_templates/_header.html @@ -4,7 +4,7 @@ - / + Heisse Preise