Skip to content
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

Add <title> tag #10

Open
taoeffect opened this issue Oct 24, 2024 · 2 comments · May be fixed by #11
Open

Add <title> tag #10

taoeffect opened this issue Oct 24, 2024 · 2 comments · May be fixed by #11
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@taoeffect
Copy link
Member

Problem

Page title is missing from header <title> tag.

Solution

Add it.

@taoeffect taoeffect added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Oct 24, 2024
@AndrewNguyenITVN
Copy link

Hello, I want to solve this problem. Can you explain more to me? This is my first time working on open source

@taoeffect
Copy link
Member Author

Hi @AndrewNguyenITVN, thanks for your interest!

You need to be somewhat familiar with Astro (the framework we're using to build the site) to solve this issue, I recommend reading up on that.

If you feel confident then by all means give it a shot. It's a beginner-level issue. You need to grab the title field from the docs pages and use that value in the page header to set the <title>{ ... }</title> tag in either HeadCommon.astro or HeadSEO.astro.

@SebinSong SebinSong self-assigned this Nov 3, 2024
@SebinSong SebinSong linked a pull request Nov 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants