From dacf5e6e60fdd290375d8558a3d220401e22221a Mon Sep 17 00:00:00 2001 From: Astronit Date: Fri, 20 Feb 2026 12:37:46 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20VK=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D0=B8=20(=D1=82=D0=B5=D1=81=D1=82=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/blog-part-1-architecture/index.md | 1 + layouts/partials/comments.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 layouts/partials/comments.html diff --git a/content/posts/blog-part-1-architecture/index.md b/content/posts/blog-part-1-architecture/index.md index 6faf7ee..0ccf843 100644 --- a/content/posts/blog-part-1-architecture/index.md +++ b/content/posts/blog-part-1-architecture/index.md @@ -7,6 +7,7 @@ tags: ["hugo", "blowfish", "gitea", "homelab", "devops"] categories: ["infrastructure"] series: ["Блог на Hugo в K3s"] series_order: 1 +showComments: true --- Предыдущий блог жил на Jekyll. Жил - громко сказано. Скорее существовал, периодически ломаясь при обновлениях и требуя ритуальных танцев с Ruby каждый раз когда я садился за новую статью. diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..eabd837 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,12 @@ + +
+ + \ No newline at end of file