summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnav Bhatt <arnavbhatt288@gmail.com>2022-08-26 14:26:44 +0530
committerArnav Bhatt <arnavbhatt288@gmail.com>2022-08-26 14:26:44 +0530
commit356cf1af721470e58afcc092557032a5f5430b74 (patch)
treeccef7eee8864d48cd2e639d3e98536131936706d
parentad69b45d23917b642738f8d141b6f6d92cbcde23 (diff)
layout change
-rw-r--r--templates/article_footer.html2
-rw-r--r--templates/article_header.html2
-rw-r--r--templates/footer.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/article_footer.html b/templates/article_footer.html
index 8b13789..04f5b84 100644
--- a/templates/article_footer.html
+++ b/templates/article_footer.html
@@ -1 +1 @@
-
+</div>
diff --git a/templates/article_header.html b/templates/article_header.html
index 36bdf44..6aa31b1 100644
--- a/templates/article_header.html
+++ b/templates/article_header.html
@@ -1,4 +1,4 @@
-<div class="blog-content"><p><a href="index.html">&lt;-- Back to main page</a></p>
+<p><a href="index.html">&lt;-- Back to main page</a></p><div class="blog-content">
<div id="post">
<h2>$TITLE</h2>
<p>Posted on $DATE_POSTED</p>
diff --git a/templates/footer.html b/templates/footer.html
index 2efe48d..da9fd8c 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1 +1 @@
-</main></div><div class = footer><p>Copyright 2022 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html>
+</main><div class = footer><p>Copyright 2022 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html>