From 62ef080b92d0928dce2fa5a9ded327fdf43f2343 Mon Sep 17 00:00:00 2001 From: revvie Date: Sun, 4 Mar 2018 20:02:28 +0200 Subject: [PATCH] more fixes --- server/templates/footer.ejs | 3 ++- server/templates/header.ejs | 15 ++++++++------- server/templates/index.ejs | 19 ++++++++++--------- server/templates/result.ejs | 2 +- server/templates/search.ejs | 15 ++++++++------- 5 files changed, 29 insertions(+), 25 deletions(-) diff --git a/server/templates/footer.ejs b/server/templates/footer.ejs index 308b1d0..9870926 100644 --- a/server/templates/footer.ejs +++ b/server/templates/footer.ejs @@ -1,2 +1,3 @@ - + + \ No newline at end of file diff --git a/server/templates/header.ejs b/server/templates/header.ejs index 72cdc13..7e9b9f8 100644 --- a/server/templates/header.ejs +++ b/server/templates/header.ejs @@ -1,10 +1,11 @@ - - - - Goodreads API - - - + + + + Goodreads API + + + \ No newline at end of file diff --git a/server/templates/index.ejs b/server/templates/index.ejs index 02fd5c2..589a4c7 100644 --- a/server/templates/index.ejs +++ b/server/templates/index.ejs @@ -1,12 +1,13 @@ <% include header %> - - -
-
- - -
-
+ -<% include footer %> \ No newline at end of file + +
+
+ + +
+
+ + <% include footer %> \ No newline at end of file diff --git a/server/templates/result.ejs b/server/templates/result.ejs index 4ecdd29..be8f96b 100644 --- a/server/templates/result.ejs +++ b/server/templates/result.ejs @@ -1,3 +1,3 @@ <% include header %> -<% include footer %> \ No newline at end of file + <% include footer %> \ No newline at end of file diff --git a/server/templates/search.ejs b/server/templates/search.ejs index a147e97..6798e88 100644 --- a/server/templates/search.ejs +++ b/server/templates/search.ejs @@ -1,12 +1,13 @@ <% include header %> - - -
-
- + + + +
+ + -
+
-<% include footer %> \ No newline at end of file + <% include footer %> \ No newline at end of file