diff --git a/pug/search.pug b/pug/search.pug index 26045dd..77115b5 100644 --- a/pug/search.pug +++ b/pug/search.pug @@ -1,4 +1,8 @@ extends base.pug -block main - h1 Comming soon \ No newline at end of file +block vars + - var script = true + +append script + script(src='/static/js/libraries/js.cookie.js') + script(src='/static/js/search.js') \ No newline at end of file diff --git a/search.html b/search.html index 2bbe371..819ae4f 100644 --- a/search.html +++ b/search.html @@ -17,7 +17,14 @@