@@ -123,42 +123,42 @@ let tags = [
"owl",
"squirrel",
"sport",
- "angel",
- "cub",
- "decorations",
- "pond",
- "sheep",
- "fence",
- "interior",
- "coastline",
- "beauty",
- "chicken",
- "train",
- "mermaid",
- "history",
- "moon",
- "picnic",
- "bedroom",
- "blooming",
- "sunflower",
- "mystery",
- "lovers",
- "stairs",
- "walk",
- "jungle",
- "livingroom",
- "thanksgiving",
- "kingdom",
- "mother and daughter",
- "domestic",
- "mother",
- "lotus",
- "dragon",
- "panda",
- "pet",
- "cottage",
- "tea",
- "coast",
+ // "angel",
+ // "cub",
+ // "decorations",
+ // "pond",
+ // "sheep",
+ // "fence",
+ // "interior",
+ // "coastline",
+ // "beauty",
+ // "chicken",
+ // "train",
+ // "mermaid",
+ // "history",
+ // "moon",
+ // "picnic",
+ // "bedroom",
+ // "blooming",
+ // "sunflower",
+ // "mystery",
+ // "lovers",
+ // "stairs",
+ // "walk",
+ // "jungle",
+ // "livingroom",
+ // "thanksgiving",
+ // "kingdom",
+ // "mother and daughter",
+ // "domestic",
+ // "mother",
+ // "lotus",
+ // "dragon",
+ // "panda",
+ // "pet",
+ // "cottage",
+ // "tea",
+ // "coast",
]
function getRandomDarkColor() {
@@ -327,7 +327,7 @@ router.get('/:lang/tag/:tag?', function (req, res, next) {
organizeData(result.data, lang, imageType);
let data = {
- title: meta.tagTitle[lang],
+ title: `${tag} coloring pages`,
description: meta.tagDescription[lang],
data: result.data,
page: result.page,