From 0905a577dd1961ed73d90452c9f26f0f61d5e8c5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 13 May 2022 15:36:59 +0200 Subject: posts: again, slightly lower header size --- _includes/jekyll-theme/posts/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/jekyll-theme/posts/header.html b/_includes/jekyll-theme/posts/header.html index e58f966..c59f12c 100644 --- a/_includes/jekyll-theme/posts/header.html +++ b/_includes/jekyll-theme/posts/header.html @@ -5,7 +5,7 @@ {% else %} {% assign post = page %} {% endif %} - <{{ h }}>{{ post.title }} + <{{ h }}>{{ post.title }}

{%- comment -%} -- cgit v1.2.3