Open westurner opened 4 years ago
It would be helpful for SEO and for usability to include the "top title" in the page titles:
<title>
—
–
·
Unfortunately, I don't know how to do this w/ LaTeX. e.g. Think Stats defines \thetitle, \thesubtitle, and \theversion commands that return strings, but IDK what a good convention would be. https://github.com/AllenDowney/ThinkStats2/blob/c76e1ecdd56a47bbb7ed13ed2fafe1eb1274f3d9/book/book.tex#L45-L47
\thetitle
\thesubtitle
\theversion
Maybe a redefineable command?
https://github.com/maranget/hevea/blob/ee949517355fb56c9841d13445ae230b2cc043bb/html/hevea.hva#L300-L305
It would be helpful for SEO and for usability to include the "top title" in the page titles:
<title>
: "Distributions"<title>
: "Distributions [sep] Think Stats"—
,–
,·
Unfortunately, I don't know how to do this w/ LaTeX. e.g. Think Stats defines
\thetitle
,\thesubtitle
, and\theversion
commands that return strings, but IDK what a good convention would be. https://github.com/AllenDowney/ThinkStats2/blob/c76e1ecdd56a47bbb7ed13ed2fafe1eb1274f3d9/book/book.tex#L45-L47Maybe a redefineable command?
https://github.com/maranget/hevea/blob/ee949517355fb56c9841d13445ae230b2cc043bb/html/hevea.hva#L300-L305