From 622d36084a2a03b9d27c939f5a11b2f8871f4aa3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 13 May 2022 05:17:58 +0200 Subject: posts: separate include for post header --- _layouts/post.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 92fa965..12eade5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,19 +1,5 @@ --- layout: default --- -
-

{{ page.title }}

- -
+{% include jekyll-theme/posts/header.html %} {{ content }} -- cgit v1.2.3