Pārlūkot izejas kodu

Fix docs titles

DarthSim 3 gadi atpakaļ
vecāks
revīzija
60dca8be55
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      docs/index.html

+ 2 - 1
docs/index.html

@@ -77,7 +77,8 @@
         },
         function (hook, vm) {
           hook.doneEach((content) => {
-            document.title += " | " + documentTitleBase;
+            if (document.title != documentTitleBase)
+              document.title += " | " + documentTitleBase;
           });
         }
       ]