diff --git a/assets/css/post-entry.css b/assets/css/post-entry.css index e91cb53d..21ec6ab3 100644 --- a/assets/css/post-entry.css +++ b/assets/css/post-entry.css @@ -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 } diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index ef086158..63a9b2cf 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -1,7 +1,7 @@ {{- with $.Site.Params.homeInfoParams }}
-

{{- .Title | markdownify }}

+

{{- .Title | markdownify }}

{{- .Content | markdownify }}