From 43432b9be16b86fd8332c72bf2d49d31bb872ddf Mon Sep 17 00:00:00 2001 From: Urja Acharya Date: Thu, 28 May 2020 21:06:50 -0700 Subject: using h2 for pinned post --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index fc47b1d..6b3157a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,8 @@ {{ define "main" }} {{ range ((where .Site.Pages "Params.pinned" true).ByDate.Reverse) | first 1 }} -

+

{{ .Title }} -

+

{{ .Summary | plainify | truncate 250 }}