summaryrefslogtreecommitdiffstats
path: root/CONTENT_GUIDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTENT_GUIDE.md')
-rw-r--r--CONTENT_GUIDE.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/CONTENT_GUIDE.md b/CONTENT_GUIDE.md
index 3f16340..1c74a00 100644
--- a/CONTENT_GUIDE.md
+++ b/CONTENT_GUIDE.md
@@ -790,28 +790,6 @@ Creates a button-style action link (useful for CTAs).
{{< actions url="https://github.com/danix2" desc="Visit my GitHub" outclass="centered" inclass="primary" >}}
```
-#### Search Shortcode
-
-Embeds a search form with results display. Requires JavaScript integration.
-
-**Usage:**
-```hugo
-{{< search >}}
-```
-
-**Note:** This shortcode requires corresponding JavaScript and i18n (internationalization) configuration to function properly.
-
-#### Contact Shortcode
-
-Embeds a comprehensive contact form with fields for name, email, subject, and message.
-
-**Usage:**
-```hugo
-{{< contact >}}
-```
-
-**Note:** The form POSTs to `/php/contact.php` by default. You can update the form action in the shortcode if using a different backend endpoint.
-
---
## Troubleshooting