Fix missing first level heading in home-info

close: #199
This commit is contained in:
Aditya Telange 2021-01-31 17:17:00 +05:30
parent f8781e2cc8
commit e8076c8f61
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
-webkit-line-clamp: 3 -webkit-line-clamp: 3
} }
.first-entry .entry-header h2 { .first-entry .entry-header h1 {
font-size: 34px; font-size: 34px;
line-height: 1.3 line-height: 1.3
} }

View File

@ -1,7 +1,7 @@
{{- with $.Site.Params.homeInfoParams }} {{- with $.Site.Params.homeInfoParams }}
<article class="first-entry home-info"> <article class="first-entry home-info">
<header class="entry-header"> <header class="entry-header">
<h2>{{- .Title | markdownify }}</h2> <h1>{{- .Title | markdownify }}</h1>
</header> </header>
<section class="entry-content"> <section class="entry-content">
<p>{{- .Content | markdownify }}</p> <p>{{- .Content | markdownify }}</p>