From 00301734db0e9492ac636f8e99db65b34542224d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 11 Nov 2021 09:42:32 +0330 Subject: changes the layout of the blog --- views/archive.ejs | 19 +++++++++++++++++++ views/index.ejs | 9 ++------- 2 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 views/archive.ejs (limited to 'views') diff --git a/views/archive.ejs b/views/archive.ejs new file mode 100644 index 0000000..36191de --- /dev/null +++ b/views/archive.ejs @@ -0,0 +1,19 @@ + + + + + + Archive + + + + +
+ <% data.mds.forEach(function(md) { %> + + <% }) %> +
+ + diff --git a/views/index.ejs b/views/index.ejs index 8c2fe43..7ce83a8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -8,15 +8,10 @@ -
- <% data.mds.forEach(function(md) { %> - - <% }) %> -
<%- data.blogHttp %> + About + Archive
-- cgit v1.2.3