From e8076c8f61076dc39dafbae9f36654fc10fa0d11 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 31 Jan 2021 17:17:00 +0530 Subject: [PATCH] Fix missing first level heading in home-info close: #199 --- assets/css/post-entry.css | 2 +- layouts/partials/home_info.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}