diff options
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 9a90d9c..d96179d 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -2,9 +2,14 @@ <html> <head> <title>bucky</title> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel="stylesheet" href="/assets/css/bucky.css"> <meta name="_csrf" value="<%= csrfToken %>"> </head> <body class="loading"> -<h1><%= title %></h1> +<header> + <h1><%= title %></h1> + <% include ../partials/searchform %> +</header>
\ No newline at end of file |
