From 97abf77fb98ce08b14f39c5257ce3c286291e29c Mon Sep 17 00:00:00 2001 From: fundor333 Date: Sun, 14 Sep 2025 02:48:23 +0200 Subject: [PATCH] Moves taxonomy templates to root Moves taxonomy and term templates from the `_default` directory to the root `layouts` directory. This allows for more specific customization of these templates without requiring them to be placed within the `_default` folder. --- layouts/{_default => }/taxonomy.html | 0 layouts/{_default => }/term.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename layouts/{_default => }/taxonomy.html (100%) rename layouts/{_default => }/term.html (100%) diff --git a/layouts/_default/taxonomy.html b/layouts/taxonomy.html similarity index 100% rename from layouts/_default/taxonomy.html rename to layouts/taxonomy.html diff --git a/layouts/_default/term.html b/layouts/term.html similarity index 100% rename from layouts/_default/term.html rename to layouts/term.html