From c91c5d9b5a6786166115121f196eee36f9f7b3f9 Mon Sep 17 00:00:00 2001 From: lambda Date: Thu, 9 Apr 2026 21:23:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/main.njk | 24 +++++++++++++----------- posts/posts.json | 3 +-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/_includes/main.njk b/_includes/main.njk index 18de2e6..ad7c45a 100644 --- a/_includes/main.njk +++ b/_includes/main.njk @@ -5,21 +5,23 @@ title: Cyclocrust 51 + {{ title }} -
-

cyclocrust 51

- +
+

cyclocrust 51

+ +
{{ content | safe }} diff --git a/posts/posts.json b/posts/posts.json index 1850040..1a52240 100644 --- a/posts/posts.json +++ b/posts/posts.json @@ -1,4 +1,3 @@ { - "layout": "main", - "tags": ["posts"] + "layout": "main" }