diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 14:26:44 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 14:26:44 +0530 |
commit | 356cf1af721470e58afcc092557032a5f5430b74 (patch) | |
tree | ccef7eee8864d48cd2e639d3e98536131936706d | |
parent | ad69b45d23917b642738f8d141b6f6d92cbcde23 (diff) |
layout change
-rw-r--r-- | templates/article_footer.html | 2 | ||||
-rw-r--r-- | templates/article_header.html | 2 | ||||
-rw-r--r-- | templates/footer.html | 2 |
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"><-- Back to main page</a></p> +<p><a href="index.html"><-- 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> |