druid-io / druid-io.github.io

Druid Project Website

Home Page:http://druid.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete webpage titles

AKarbas opened this issue · comments

Many many many pages of the Docs have incomplete titles;

they all have this in HTML header:

 <title>Druid | </title>

Yet many pages like this one have correct titles.

This makes exploring the website in many tabs hard.

From what i have learned, all these pages are missing titles in their relative .md files.
I'll write some code to add such lines to all of them and create a pull request when i find some free time.

I gotta ask tho, is this intentional? because an old version i checked (not latest) also had the same problem.

It's not intentional, looks like an oversight to me.

@vogievetsky
Just recently I noticed it's working. (Couldn't see the changes right after your PR being merged.), cheers! 👍