aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.ejs
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-12-07 16:01:58 +0000
committerterminaldweller <thabogre@gmail.com>2021-12-07 16:01:58 +0000
commit271db96a220e7ad288894461e2dad9577824f86d (patch)
tree6fdc6ec5426e4bfcf270840d59e3b27ed64cbbb1 /views/index.ejs
parentchanges the layout of the blog (diff)
downloadblog-271db96a220e7ad288894461e2dad9577824f86d.tar.gz
blog-271db96a220e7ad288894461e2dad9577824f86d.zip
fixed the style issue. footers are now ok
Diffstat (limited to '')
-rw-r--r--views/index.ejs7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 7ce83a8..4679e4a 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -10,8 +10,11 @@
<script>0</script>
<div class="article">
<%- data.blogHttp %>
- <a href="/about">About</a>
- <a href="/archive">Archive</a>
+ <br/>
+ <hr/>
+ <br/>
+ <a href="/archive" class="left-footer">Archive</a>
+ <a href="/about" class="right-footer">About</a>
</div>
</body>
</html>