mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
parent
f8781e2cc8
commit
e8076c8f61
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user