teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

default title is not loaded; #2216

Closed jamalv closed 3 years ago

jamalv commented 3 years ago

Page: https://stadjerspas.gemeente.groningen.nl/

The title of the page is: "Groningen webshop".

The visitor of the website cannot deduce from the title what this page is about.

Give this page a good page title (""). A good page title describes the content of the page followed by the organization name. </p> <h2>Task</h2> <p>Default title in qdt-env.js is set to correct title; why do we still show "Groningen webshop"</p> <p>seems that we overwrite default title still with "Forus platform" or something outside i18n for stadjerspas implementation</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>