diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-05 09:43:43 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-05 09:43:43 +0200 |
| commit | 123b15e442a5a2bd2d73fb9d32cdded69a28f109 (patch) | |
| tree | 8a050a7cd9a928998dbbbf85205bdec70211a05f /CONTENT_GUIDE.md | |
| parent | 86315cada2d2d37c93bd41869aedc92db0f36363 (diff) | |
| download | danixxyz-theme-123b15e442a5a2bd2d73fb9d32cdded69a28f109.tar.gz danixxyz-theme-123b15e442a5a2bd2d73fb9d32cdded69a28f109.zip | |
fix: remove contact and search shortcodes
Removed contact.html and search.html shortcodes as they won't be used in the new theme. Also removed their documentation from CONTENT_GUIDE.
Remaining shortcodes: gravatar, quote, img, figure, video, strike, em, dropcap, div, div-close, gallery, gal-img, svg, actions
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'CONTENT_GUIDE.md')
| -rw-r--r-- | CONTENT_GUIDE.md | 22 |
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 |
