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

Use page specific title and description in meta values #2466

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

hursey013
Copy link
Contributor

Changes proposed in this pull request:

  • Update the page title
  • Update meta description values

Security Considerations

None

<meta name="description" content="{{site.description}}">
<meta property="og:description" content="{{site.description}}">
{% capture title %}
{%- if page.title -%}{{- page.title | strip_html }} | {% endif -%}{{ site.title -}}
Copy link
Contributor

@sknep sknep Feb 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you interested in inserting "Pages" for the part of the site that's specific to Pages?

Wait, there is Pages in there. How do those pages look now?

@hursey013 hursey013 added this pull request to the merge queue Feb 23, 2024
Merged via the queue into main with commit f9cabf6 Feb 23, 2024
5 of 6 checks passed
@hursey013 hursey013 deleted the bh-improve-metadata branch February 23, 2024 16:28
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.

3 participants