From 030461a769e698584567de12dfdba6eb75e4dacf Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 21 May 2023 10:20:00 +0530 Subject: [PATCH] Add search placeholder by calc pages and tags ex. Search among X titles and Y tags. Removes param searchBoxPlaceholder --- README.md | 17 ++++++++--------- layouts/partials/searchbox.html | 9 ++++++++- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1cfd774..f58e5c0 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,14 @@ ### Variables -| Variable | Value | Description | -| ----------------------- | ------------------------ | ----------- | -| `params.showDescriptioninHome` | `true` | | -| `params.hideAllTagsinHome` | `true` | | -| `params.searchBoxPlaceholder` | `Type here to search...` | | -| `params.titleIcon` | `index.png` | | -| `params.headers.key` | `Title` | | -| `params.headers.value` | `Tags` | | -| `permalinks.tags` | `@:slug` | | +| Variable | Value | Description | +| ------------------------------ | ----------- | ----------- | +| `params.showDescriptioninHome` | `true` | | +| `params.hideAllTagsinHome` | `true` | | +| `params.titleIcon` | `index.png` | | +| `params.headers.key` | `Title` | | +| `params.headers.value` | `Tags` | | +| `permalinks.tags` | `@:slug` | | ### Powered by diff --git a/layouts/partials/searchbox.html b/layouts/partials/searchbox.html index 7de0da5..3b2d747 100644 --- a/layouts/partials/searchbox.html +++ b/layouts/partials/searchbox.html @@ -1,3 +1,10 @@