diff --git a/content/tags/_index.md b/content/tags/_index.md index 1f902fe..4ddc114 100644 --- a/content/tags/_index.md +++ b/content/tags/_index.md @@ -9,15 +9,4 @@ See also: browse by [all games](/games) | [per platform](/platforms) | [the appe ### Dig Through the Codex -Simply type to begin searching! - - - - - \ No newline at end of file +{{< search >}} diff --git a/layouts/shortcodes/search.html b/layouts/shortcodes/search.html new file mode 100644 index 0000000..13572fd --- /dev/null +++ b/layouts/shortcodes/search.html @@ -0,0 +1,25 @@ + diff --git a/themes/jefklak-creative-portfolio/assets/sass/_search.sass b/themes/jefklak-creative-portfolio/assets/sass/_search.sass index 5399f1f..f9f1cb3 100644 --- a/themes/jefklak-creative-portfolio/assets/sass/_search.sass +++ b/themes/jefklak-creative-portfolio/assets/sass/_search.sass @@ -2,6 +2,11 @@ mark filter: invert(100%) +#searchbar + span + display: none + padding-bottom: 0.5em + #search input width: 100%