Skip to content

Commit

Permalink
Fix missing first level heading in home-info
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jan 31, 2021
1 parent f8781e2 commit e8076c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
-webkit-line-clamp: 3
}

.first-entry .entry-header h2 {
.first-entry .entry-header h1 {
font-size: 34px;
line-height: 1.3
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/home_info.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- with $.Site.Params.homeInfoParams }}
<article class="first-entry home-info">
<header class="entry-header">
<h2>{{- .Title | markdownify }}</h2>
<h1>{{- .Title | markdownify }}</h1>
</header>
<section class="entry-content">
<p>{{- .Content | markdownify }}</p>
Expand Down

0 comments on commit e8076c8

Please sign in to comment.