added favicon and changed titles
This commit is contained in:
@@ -18,7 +18,7 @@ async function init() {
|
||||
|
||||
// Populate Hero Elements
|
||||
const title = data.title.english || data.title.romaji;
|
||||
document.title = `${title} | StreamFlow Books`;
|
||||
document.title = `${title} | WaifuBoard Books`;
|
||||
|
||||
const titleEl = document.getElementById('title');
|
||||
if (titleEl) titleEl.innerText = title;
|
||||
|
||||
Reference in New Issue
Block a user