diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-05 21:11:48 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-05 21:11:48 +0100 |
| commit | 18cc5f69129615850e48a995f7c3406b74d8d2f4 (patch) | |
| tree | 1fdc6eadae4b0a6da69319f9b6733379ced2e4c2 /views/index.ejs | |
| parent | 64c36dcef8ab1c0b985d79da627cecd30fd50336 (diff) | |
Redesign website
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/index.ejs b/views/index.ejs index f47b830..e638ad4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,16 +1,14 @@ <!DOCTYPE html> <html> <head> - <title><%= title %></title> - <link rel="stylesheet" href="/css/globalstyles.css"> + <%- include('partials/head') %> </head> <body> <div id="main-container"> - <%- include('partials/header') %> + <%- include('partials/navbar') %> <div id="content-container"> - <%- include('partials/navbar') %> <div id="content"> - <%- page %> + <%- content %> </div> </div> </div> |
