Skip to content

Commit

Permalink
refs #23 トップページの表示調整
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatsu47 committed Dec 21, 2021
1 parent 501a9c1 commit b175ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ <h1 class="text-white mb-3">{{ .Site.Params.banner.title | markdownify }}</h1>
<form>
<input id="searchKeyword" class="form-control" style="margin-top: 16px;" placeholder="検索キーワードを入れてください">
<i class="ti-search search-icon"></i>
<input id="searchButton" type="submit" value="" style="background-color: transparent; border: transparent;">
<input id="searchButton" type="submit" value="" style="color: transparent; background-color: transparent; border: transparent;">
</form>

<script>
const SEARCH_URL = '/vaccinecert-faq/search/';
const SEARCH_URL = '/search/';

window.addEventListener('DOMContentLoaded', () => {
const searchButton = document.getElementById('searchButton');
Expand Down

0 comments on commit b175ece

Please sign in to comment.