- 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>
### Syntax
```
-{{< contact_form >}}
+{{< contact >}}
```
### Parameters
Send me a message and I'll respond as soon as possible.
-{{< contact_form >}}
+{{< contact >}}
```
### Features
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