diff options
-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> |