beautifulhugo icon indicating copy to clipboard operation
beautifulhugo copied to clipboard

Missing "blog-post" class?

Open v1bri opened this issue 5 years ago • 2 comments

The blog-post class is referenced in single.html but is not defined in any style sheet. Is this an intentional omission or an accident?

I discovered this while investigating why post previews display in Open Sans on the main page while actual posts display in Times New Roman. The following is a quick fix.

.blog-post {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

v1bri avatar Jun 19 '19 05:06 v1bri

Since this theme is a port from Beautiful Jekyll, a code search would give you insight to the problem.

VincentTam avatar Jun 25 '19 09:06 VincentTam

So, as it's not in Beautiful Jekyll then it's not in beautifulhugo, right?

julian-alarcon avatar Apr 18 '20 19:04 julian-alarcon