summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SHORTCODES.md6
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