diff --git a/content/search/_index.ja.md b/content/search/_index.ja.md new file mode 100644 index 00000000..f9df4fd4 --- /dev/null +++ b/content/search/_index.ja.md @@ -0,0 +1,36 @@ +--- +title: "検索" +draft: false +--- + + + + +{{< result >}} \ No newline at end of file diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html index 5c084e92..3acae7a6 100644 --- a/layouts/partials/banner.html +++ b/layouts/partials/banner.html @@ -4,8 +4,29 @@

{{ .Site.Params.banner.title | markdownify }}

{{ .Site.Params.banner.subtitle | markdownify }}

- + --> +
diff --git a/layouts/shortcodes/result.html b/layouts/shortcodes/result.html new file mode 100644 index 00000000..94555040 --- /dev/null +++ b/layouts/shortcodes/result.html @@ -0,0 +1,20 @@ +{{ $_hugo_config := `{ "version": 1 }` }} +{{ range $faq := (where $.Site.Data.faq.faq "カテゴリ名" "!=" "") }} + +{{ end }}