Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Titles do not wrap #25

Open
LukeShortCloud opened this issue Jul 15, 2021 · 0 comments
Open

Titles do not wrap #25

LukeShortCloud opened this issue Jul 15, 2021 · 0 comments

Comments

@LukeShortCloud
Copy link

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.

Screenshot from 2021-07-14 23-25-41

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.

Screenshot from 2021-07-14 23-31-58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant