From 7cbc34a2a583e2a909428d25342f255960a90fb3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:50:45 +0200 Subject: feat: create Tech article type template (uses Chroma for syntax) --- themes/danix-xyz-hacker/layouts/partials/article-types/tech.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/partials/article-types/tech.html (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/partials/article-types/tech.html b/themes/danix-xyz-hacker/layouts/partials/article-types/tech.html new file mode 100644 index 0000000..01cd8b8 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/partials/article-types/tech.html @@ -0,0 +1,3 @@ +
+ {{ .Content }} +
-- cgit v1.2.3