]> danix's work - danix.xyz-2.git/commitdiff
feat: create Tech article type template (uses Chroma for syntax)
authorDanilo M. <redacted>
Wed, 15 Apr 2026 13:50:45 +0000 (15:50 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 13:50:45 +0000 (15:50 +0200)
themes/danix-xyz-hacker/layouts/partials/article-types/tech.html [new file with mode: 0644]

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 (file)
index 0000000..01cd8b8
--- /dev/null
@@ -0,0 +1,3 @@
+<div class="prose prose-invert max-w-none mb-12">
+  {{ .Content }}
+</div>