jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.66k stars 294 forks source link

Issue: tagline not honored, title becomes <title> | <description> #411

Closed pixelicous closed 4 years ago

pixelicous commented 4 years ago

Hi, I have the following files head.html

<head>
{% seo %}
</head>

(no other title in head)

index.html

---
title: my title
layout: default
---

_config.yml

title: my title
tagline: short description
description: >- 
  Some long description
  of my website here.
url: "https://www.website.net"

But i am getting the following title in my homepage "my title | Some long description of my website here."

I'd prefer only having the title without the tag line, that is what i tried first. That didn't work as well..

pixelicous commented 4 years ago

never mind, found the solution in previous issue #379