codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
397 stars 68 forks source link

HTML page titles should move the Codidact community name to the end #1392

Open ws909 opened 2 months ago

ws909 commented 2 months ago

Page titles are currently prefixed with the Codidact community name. This is a mistake; it should be moved to the end.

For example, for https://software.codidact.com/posts/292128, the title is currently:

<title>
  Software Development - Prevent anonymously subclassing 
</title>

It should be:

<title>Prevent anonymously subclassing - Software Development</title>

Should potentially add "Codidact" to the title as well.

See: