diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/header.ejs | 1 | ||||
| -rw-r--r-- | views/partials/sidebar.ejs | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index b60bc82c..804991cd 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -5,6 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>That Computer Scientist - <%= title %></title> + <link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/main.css"> </head> <body>
\ No newline at end of file diff --git a/views/partials/sidebar.ejs b/views/partials/sidebar.ejs index 04eccdf9..dedea20b 100644 --- a/views/partials/sidebar.ejs +++ b/views/partials/sidebar.ejs @@ -1,6 +1,6 @@ <div class="sidebar"> - <a href="/" class="title"> - <h1>That Computer Scientist</h1> + <a href="/" class="title"> + <img src="images/logo.png" alt="That Computer Scientist Logo"> <!-- Login Box --> </a> <% if (locals.username) { %> |
