]> danix's work - danix.xyz-2.git/commitdiff
Update SHORTCODES.md to reflect contact form shortcode name change
authorDanilo M. <redacted>
Wed, 15 Apr 2026 15:46:46 +0000 (17:46 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 15:46:46 +0000 (17:46 +0200)
- 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 <redacted>
SHORTCODES.md

index d2b7cbe28a276913ee8d11b1d9bb4ea4f721cdde..e61409f225fbbc9273b4bd4d66e68d05a32d9b03 100644 (file)
@@ -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