Skip to content

feat: more detailed titles#513

Open
btfcookies wants to merge 1 commit into
qbreader:mainfrom
btfcookies:feat/specific-titles
Open

feat: more detailed titles#513
btfcookies wants to merge 1 commit into
qbreader:mainfrom
btfcookies:feat/specific-titles

Conversation

@btfcookies
Copy link
Copy Markdown
Contributor

Resolves #494
Replaces general title tag in head.html with a specificTitle() function that adds a subtitle based on the page the user is on.

Notes:
i commented out parts of ipfilter.js that use the ip-bans collection
Also added a section in contributing.md that tells developers to comment out the parts of ipfilter.js that use the ip-bans collection.

@geoffrey-wu
Copy link
Copy Markdown
Member

geoffrey-wu commented May 17, 2026

Could you undo your ip-filter related changes and rebase (rebasing isn't strictly necessary but is good for getting my ip filter changes to test locally)

@btfcookies btfcookies force-pushed the feat/specific-titles branch from b520dc8 to d32ab65 Compare May 17, 2026 15:16
@btfcookies
Copy link
Copy Markdown
Contributor Author

k fixed and rebased

@geoffrey-wu
Copy link
Copy Markdown
Member

Sorry to take this a different direction, but I'd prefer if each page just had a <title> tag with its title, and QBReader can be the default fallback title. You can do this by having the title tag appear before the server side include that has the title tag:

<title>Page-Specific Title</title>
<!--#include virtual="/ssi/head.html" -->

@btfcookies
Copy link
Copy Markdown
Contributor Author

Ah ok ill change it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more specific page titles

2 participants