cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

Dynamic Titles #88

Closed cilki closed 6 years ago

cilki commented 6 years ago

We should make the webpage titles more specific. For the main pages, something like: GameFrame - About, GameFrame - Games, ... The instance pages could be GameFrame - <name of instance>

mitchellmarshe commented 6 years ago

The problem with this is that some instance titles are rather long. I believe if people were to start indexing this website, the numbers are easy to do so. Also, I believe other developers would like the relationship between the site and the API.

atrieder commented 6 years ago

All pages now have dynamic titles as of commit 030f1b7a2b28d5018d7c3de9049723f411702fb3. I used the react-helmet library to change the element on each page.</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>