Skip to content

How to remove site name from the article titles? #2603

Answered by iBug
amitness asked this question in Q&A
Discussion options

You must be logged in to vote

Override _include/seo.html locally and modify this line:

{%- assign seo_title = page.title | append: " " | append: title_separator | append: " " | append: site.title -%}

You probably want to change it into

{%- assign seo_title = page.title -%}

See also: https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2603 on December 09, 2020 13:48.