-
Notifications
You must be signed in to change notification settings - Fork 1
UoE/Test changing of the home page title #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||
| <div class="container"> | ||||||
| <div class="d-flex flex-wrap"> | ||||||
| <div> | ||||||
| <h2>What is Edinburgh DataShare?</h2> | ||||||
| <h2>Hello dataquest</h2> | ||||||
|
||||||
| <h2>Hello dataquest</h2> | |
| <h2>Edinburgh DataShare</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title mentions changing the home page title, but this change only updates an in-page
heading. If the intention is to change the browser/tab title (document <title>), that’s controlled via route metadata (data.title) / HeadTagService and/or the Site DSO name, not this template heading. Please clarify the intended behavior and update the correct source of the page title if needed.