Переглянути джерело

去掉暂时无内容的tag;tag页面title变更

guoziyun 1 рік тому
батько
коміт
9e2c6437bc
2 змінених файлів з 37 додано та 37 видалено
  1. 36 36
      config/tag.js
  2. 1 1
      routes/index.js

+ 36 - 36
config/tag.js

@@ -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() {

+ 1 - 1
routes/index.js

@@ -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,