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
A content page seems to only have enough width for a title with 28 characters. After that, the title continues off of the main centered gray rectangle which looks bad and eventually gets cut off.
Steps to Reproduce
$ mkdir content/long_title/
$ vim content/long_title/_index.md
---
title: Hello World and Welcome to My Really Long Blog Title
---
This is a blog that has a really long title.
Additional Comments
As a workaround, I have been setting the "title" to the date of a blog and then using a header for the real blog title. Text within the post itself is wrapped properly. This workaround looks fine but it is bad for SEO.
$ mkdir content/long_title_workaround/
$ vim content/long_title_workaround/_index.md
---
title: 2021-01-01
---
# Hello World and Welcome to My Really Long Blog Title
This is a blog that has a really long title.
The text was updated successfully, but these errors were encountered:
A content page seems to only have enough width for a title with 28 characters. After that, the title continues off of the main centered gray rectangle which looks bad and eventually gets cut off.
Steps to Reproduce
Additional Comments
As a workaround, I have been setting the "title" to the date of a blog and then using a header for the real blog title. Text within the post itself is wrapped properly. This workaround looks fine but it is bad for SEO.
The text was updated successfully, but these errors were encountered: