Skip to content

Commit

Permalink
search remove
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourdan committed Sep 27, 2024
1 parent 43dd37f commit ff1c184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{{ $config := cond (eq $.Site.Language.Lang "en") "config" (printf "config.%s" $.Site.Language.Lang) }}
<h1 id="page-title"><a class="root-title" href="{{ "" | absLangURL }}">{{ ( index $.Site.Data $config ).page_title | default $.Site.Data.config.page_title }}</a></h1>
<div class="spacer"></div>
{{!--
<div id="search-icon">

<!-- <div id="search-icon">
<p>{{ i18n "search" }}</p>
<svg tabindex="0" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7">
<title id="title">{{ i18n "search_icon" }}</title>
Expand All @@ -13,7 +13,7 @@ <h1 id="page-title"><a class="root-title" href="{{ "" | absLangURL }}">{{ ( inde
<circle cx="8" cy="8" r="7"/>
</g>
</svg>
</div>
--}}
</div> -->

{{partial "darkmode.html" .}}
</header>

0 comments on commit ff1c184

Please sign in to comment.