Hi,
Does anyone know why my Minimal Mistakes theme is numbering (the tab of) my static, single page Home as “Anderson Brito Page 3”?
https://andersonbrito.github.io/
Thank you
Hi,
Does anyone know why my Minimal Mistakes theme is numbering (the tab of) my static, single page Home as “Anderson Brito Page 3”?
https://andersonbrito.github.io/
Thank you
Thank you very much. I’ll try to update the theme.
Changing the logic of site.title worked for me.
I’ll update the theme once I have some free time.
Thanks a lot
Old version
<title>{{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</title>
New version
<title>{{ seo_title | default: site.title }}</title>