From 0acbda14760649cbc35a6a61f280bfe608c112a8 Mon Sep 17 00:00:00 2001 From: bpavuk <75901693+bpavuk@users.noreply.github.com> Date: Sun, 17 Aug 2025 18:37:00 +0300 Subject: [PATCH] added Kotlin support --- src/views/index.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/index.pug b/src/views/index.pug index 17ddcbc..9f69f2a 100644 --- a/src/views/index.pug +++ b/src/views/index.pug @@ -23,6 +23,7 @@ include ../mixins/post "c++", "cobol", "nix", + "kotlin" ].toSorted()) doctype html html -- 2.43.0