From: Danilo M. Date: Wed, 15 Apr 2026 15:46:46 +0000 (+0200) Subject: Update SHORTCODES.md to reflect contact form shortcode name change X-Git-Tag: release_22042026-1342~245 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=af35b69460571b24c20ee32e6fd5e53a8f21bd8c;p=danix.xyz-2.git Update SHORTCODES.md to reflect contact form shortcode name change - Change {{< contact_form >}} → {{< contact >}} in all documentation - Update contributing section with correct theme directory path - Contact shortcode example now matches implementation Co-Authored-By: Claude Haiku 4.5 --- diff --git a/SHORTCODES.md b/SHORTCODES.md index d2b7cbe..e61409f 100644 --- a/SHORTCODES.md +++ b/SHORTCODES.md @@ -104,7 +104,7 @@ Embed a fully functional contact form with client-side validation, AJAX submissi ### Syntax ``` -{{< contact_form >}} +{{< contact >}} ``` ### Parameters @@ -118,7 +118,7 @@ None - the form is fully self-contained and requires no parameters. Send me a message and I'll respond as soon as possible. -{{< contact_form >}} +{{< contact >}} ``` ### Features @@ -273,7 +273,7 @@ All shortcodes follow accessibility best practices to achieve WCAG 2.1 AA compli To add new shortcodes to the theme: -1. **Create the shortcode template** in `themes/danix/layouts/shortcodes/` directory +1. **Create the shortcode template** in `themes/danix-xyz-hacker/layouts/shortcodes/` directory 2. **Ensure i18n support** by referencing translation strings from `i18n/` files 3. **Add accessibility features** (alt text, ARIA labels, semantic HTML) 4. **Create responsive designs** using Tailwind CSS utilities