From cc2273f7af3a56e2b7198290d4c337e146a4213a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 28 Oct 2022 08:37:22 +0200 Subject: posts: narrower feed on mobile --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index dcf667a..e5d6197 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@ layout: default {% capture category %}{%- include jekyll-theme/categories/label.html link=true category=page.category monospace=true -%} {% endcapture %} {% endif %} -{% capture date %}{{ category }}{{ date }}{% endcapture %} +{% capture date %}

{{ category }}{{ date }}

{% endcapture %} {% capture title %}

{{ page.title }}

{% endcapture %} -- cgit v1.2.3