From 3b47701c1803b54323da876dac31bca515391f45 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 25 Oct 2025 11:31:08 +0100 Subject: [PATCH] Made some divs consistent, the header was a div type with id='header' and the footer was a footer type with no id, so now they are both both. Also added some margins at the top and bottom of the page in CSS --- views/pages/comment.ejs | 4 +- views/pages/post.ejs | 6 +-- views/pages/tag.ejs | 6 +-- views/pages/timeline.ejs | 6 +-- views/pages/user.ejs | 6 +-- webroot/default.css | 13 ++++-- webroot/robots.txt | 99 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 122 insertions(+), 18 deletions(-) create mode 100644 webroot/robots.txt diff --git a/views/pages/comment.ejs b/views/pages/comment.ejs index 7a19ef2..b94868a 100644 --- a/views/pages/comment.ejs +++ b/views/pages/comment.ejs @@ -4,9 +4,9 @@ <%- include('../partials/head'); %> - +
<%- include("../partials/comment"); %>
diff --git a/views/pages/post.ejs b/views/pages/post.ejs index 4e6ce96..a370135 100644 --- a/views/pages/post.ejs +++ b/views/pages/post.ejs @@ -4,13 +4,13 @@ <%- include('../partials/head'); %> - +
<%- include('../posts/post'); %>
-