globalbibletools / gbt

https://interlinear.globalbibletools.com
15 stars 2 forks source link

Favicon and tab titles #327

Closed arrocke closed 5 months ago

arrocke commented 5 months ago

Set document title on all pages. We will use the format: <page title> | Global Bible Tools. Here are a couple examples:

Add the following image as a favicon:

arrocke commented 5 months ago

A custom react hook will make this simple. It could be used like this:

useTitle(`Manage ${language.name}`) // Sets document title to "Manage Español | Global Bible Tools"