diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 17:46:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 17:46:46 +0200 |
| commit | af35b69460571b24c20ee32e6fd5e53a8f21bd8c (patch) | |
| tree | ed2ba14660097917aa933bf0feb78e09f7cc6160 | |
| parent | 5108b5bf631c172efc00badaea512ded874ebb14 (diff) | |
| download | danixxyz-af35b69460571b24c20ee32e6fd5e53a8f21bd8c.tar.gz danixxyz-af35b69460571b24c20ee32e6fd5e53a8f21bd8c.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | SHORTCODES.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
