From 8ffa4e3eb8fdc6610eca019abc022d767738df06 Mon Sep 17 00:00:00 2001 From: Helldragon67 <kilian.scheidecker@orange.fr> Date: Fri, 18 Oct 2024 16:47:22 +0800 Subject: [PATCH] search text --- partials/components/header-content.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partials/components/header-content.hbs b/partials/components/header-content.hbs index bbd1a24..dfc0c92 100644 --- a/partials/components/header-content.hbs +++ b/partials/components/header-content.hbs @@ -72,7 +72,7 @@ <h1 class="gh-header-title is-title">{{#if @custom.header_text}}{{@custom.header_text}}{{else}}{{@site.description}}{{/if}}</h1> <form class="gh-form"> {{> "icons/search"}} - <button class="gh-form-input" data-ghost-search>Search posts, tags and authors</button> + <button class="gh-form-input" data-ghost-search>Looking for something specific ?</button> </form> {{/match}}