From 36d0b61b6875bcc119d739a587974b1b09f9d978 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 13 May 2022 15:24:43 +0200 Subject: posts: more zing to the side font --- _includes/jekyll-theme/posts/header.html | 8 ++++---- assets/css/jekyll-theme/utils.css | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_includes/jekyll-theme/posts/header.html b/_includes/jekyll-theme/posts/header.html index cadbb95..e58f966 100644 --- a/_includes/jekyll-theme/posts/header.html +++ b/_includes/jekyll-theme/posts/header.html @@ -7,7 +7,7 @@ {% endif %} <{{ h }}>{{ post.title }}
-

+

{%- comment -%} Collapse the Liquid whitespace here, so that no extra spaces between s are introduced. @@ -15,9 +15,9 @@ {%- if post.category -%}   {%- if include.feed -%} - + {%- else -%} - + {%- endif -%} {{ post.category }} {%- if include.feed -%} @@ -26,7 +26,7 @@ {%- endif -%} {%- endif -%} -  {{ post.date | date: '%-d %b %Y' }} +  {{ post.date | date: '%-d-%b-%Y' }}

diff --git a/assets/css/jekyll-theme/utils.css b/assets/css/jekyll-theme/utils.css index f7c4d6f..99920c8 100644 --- a/assets/css/jekyll-theme/utils.css +++ b/assets/css/jekyll-theme/utils.css @@ -22,3 +22,6 @@ html * { display: none; } } +.font-size-90 { + font-size: 90%; +} -- cgit v1.2.3