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 /layouts/shortcodes/search.html | |
| 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 'layouts/shortcodes/search.html')
| -rw-r--r-- | layouts/shortcodes/search.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/layouts/shortcodes/search.html b/layouts/shortcodes/search.html deleted file mode 100644 index 784c598..0000000 --- a/layouts/shortcodes/search.html +++ /dev/null @@ -1,22 +0,0 @@ -<p class="error message js-hidden">{{ i18n "js_required" }}</p> -<p class="search-loading status message hidden">{{ i18n "search_loading" }}</p> - -<div class="search-input hidden"> - <form id="search-form" class="search-form" action="#" method="post" accept-charset="UTF-8" role="search"> - <label for="query" class="visually-hidden">{{ i18n "search_title" }}</label> - <input type="search" id="query" name="query" class="search-text" placeholder="{{ i18n "search_placeholder" }}" maxlength="128"> - <button type="submit" name="submit" class="form-submit" >{{ i18n "search_title" }}</button> - </form> -</div> - -<div class="search-results"></div> - -<template> - <article class="search-result list-view"> - <header> - <h2 class="title title-submitted"><a href="#">Title here</a></h2> - <div class="submitted"><time class="created-date">Date here</time></div> - </header> - <div class="content">Summary here</div> - </article> -</template> |
