-
Hi @mmistakes, I am looking for a way to remove the site name from the title. Currently, we can only control the separator from config, but I was wondering if there is some workaround to edit the article title format. Current Title: Semi-Supervised Learning in Computer Vision - Amit Chaudhary |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Override minimal-mistakes/_includes/seo.html Line 10 in 2ef1bfb You probably want to change it into {%- assign seo_title = page.title -%} See also: https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/ |
Beta Was this translation helpful? Give feedback.
-
@iBug Thank you. That worked. |
Beta Was this translation helpful? Give feedback.
Override
_include/seo.html
locally and modify this line:minimal-mistakes/_includes/seo.html
Line 10 in 2ef1bfb
You probably want to change it into
See also: https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/