fix not working dark mode

This commit is contained in:
janis
2023-01-23 16:54:22 +01:00
parent c87fdfcef5
commit e81ca0dceb
3 changed files with 14 additions and 6 deletions

View File

@@ -36,4 +36,12 @@ for ( let item in plugins ) {
function parseJS ( filepath ) {
console.log( 'no readme found' );
let jsFiles = fs.readdirSync( filepath );
}
function checkLinks ( html ) {
}
function storeHTML ( html, path ) {
}