summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-15 15:50:45 +0200
committerDanilo M. <danix@danix.xyz>2026-04-15 15:50:45 +0200
commit7cbc34a2a583e2a909428d25342f255960a90fb3 (patch)
tree7f7fa2a1f4fd4f0faeca8e701f0a9ccfda397777 /themes/danix-xyz-hacker
parent8cc5ac0e831f9c34ec1352bdfa1c0f505c4cac33 (diff)
downloaddanixxyz-7cbc34a2a583e2a909428d25342f255960a90fb3.tar.gz
danixxyz-7cbc34a2a583e2a909428d25342f255960a90fb3.zip
feat: create Tech article type template (uses Chroma for syntax)
Diffstat (limited to 'themes/danix-xyz-hacker')
-rw-r--r--themes/danix-xyz-hacker/layouts/partials/article-types/tech.html3
1 files changed, 3 insertions, 0 deletions
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 @@
+<div class="prose prose-invert max-w-none mb-12">
+ {{ .Content }}
+</div>