[FOLIO-1058] Improve the page titles for dev.f.o Created: 08/Feb/18 Updated: 12/Nov/18 Resolved: 08/Feb/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | devweb | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 4 hours, 20 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
Automatically prepend relevant words to the html/title of pages, to provide context. This enables better search results listing for our own local search, and with net searches. With multiple open browser windows, this improves the listing in the browser's "Windows" menu. |
| Comments |
| Comment by David Crossley [ 08/Feb/18 ] |
|
Added initial solution using Liquid to prepare a "leader" to prepend before the page title. If a page's frontmatter has "titleLeader" then use that, otherwise convert each directory name in the URL to a word. This is especially useful for deeply nested pages in the tutorials. |