You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the official document example, I realized that I need to improve it a bit, I've been following the steps on the official website since I got in touch with jekyll 2 years ago, so I got into the habit of doing it until I inadvertently found a problem:
When the jekyll-seo-tag plugin is enabled, the plugin also generates a <title>{{ page.title }} - {{ site.title }}</title> by default, which leads to duplicate titles, and I'd like to improve the docs to remind future generations!
template.html:
<!-- Begin Jekyll SEO tag v{{ seo_tag.version }} -->
{% if seo_tag.title? %}
<title>{{ seo_tag.title }}</title>
{% endif %}
This issue has been automatically marked as stale because it has not been commented on for at least two months.
The resources of the Jekyll team are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the master/main branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.
This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.
Following the official document example, I realized that I need to improve it a bit, I've been following the steps on the official website since I got in touch with jekyll 2 years ago, so I got into the habit of doing it until I inadvertently found a problem:
When the
jekyll-seo-tag
plugin is enabled, the plugin also generates a<title>{{ page.title }} - {{ site.title }}</title>
by default, which leads to duplicate titles, and I'd like to improve the docs to remind future generations!template.html
:head.html
:My English is not good, and I look forward to the improved reminder as follows:
The text was updated successfully, but these errors were encountered: