-
Notifications
You must be signed in to change notification settings - Fork 32
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
Metadata: Site Title and Description is used for each page. #50
Comments
Good call, this is definitely something I'd categorize as a bug. In the page's
What do you think about that, @infominer33? |
yeah, if you have some more "proper" or even just different solution, I'm all for going with your inclination and swapping out my patch. :D I commonly share on Twitter, Discord, Keybase, etc.... and was just happy to have each pages title and description reproduced. I think each of these social sites displays the domain along w generated meta-data.. which may be why I didn't worry about the site-title not getting propagated for each page in my patch... I didn't think too much about it, in any case. |
For sharing, you're right that your issue #44 will help to dispel any confusion. But another use case to consider is that the A good question to you: what order makes more sense?
or
? |
I tried I'll defer to your preferences... I haven't gotten those changes live yet to see how it looks. Think I need to get finished w my morning and come back to this later, tho. |
Describe the bug
I"m just now reading over the contributors guidelines, and considered that I should have started there.. (and am new to github... but learning quick enough I hope :)
I already made a pull request for this
As it stands Metadata for each page is chosen with this code:
the result is that each page uses the Site Title and Description when shared on social media.
To Reproduce
for example, viewing the source of https://angelostavrow.com/post/mbb-season-1-retro/
<title>Angelo Stavrow</title>Expected behavior
Seen here: https://web-work.tools/indieweb/indigo-indieweb-features/
The Solution
This uses page title .Title and check for a description, otherwise using site description
The text was updated successfully, but these errors were encountered: