mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update html.js
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@ const path = require('path')
|
||||
|
||||
const templateFolder = path.join(__dirname, '..', 'template')
|
||||
|
||||
const addonPageTemplate = fs.readFileSync(path.join(templateFolder, 'template', 'addon', 'index.html')).toString()
|
||||
const homePageTemplate = fs.readFileSync(path.join(templateFolder, 'template', 'home', 'index.html')).toString()
|
||||
const homePageAddonTemplate = fs.readFileSync(path.join(templateFolder, 'template', 'home', 'list-addon.html')).toString()
|
||||
const addonPageTemplate = fs.readFileSync(path.join(templateFolder, 'addon', 'index.html')).toString()
|
||||
const homePageTemplate = fs.readFileSync(path.join(templateFolder, 'home', 'index.html')).toString()
|
||||
const homePageAddonTemplate = fs.readFileSync(path.join(templateFolder, 'home', 'list-addon.html')).toString()
|
||||
|
||||
const processHtml = (templateName, map) => {
|
||||
let template
|
||||
|
||||
Reference in New Issue
Block a user