diff options
-rw-r--r-- | templates/article_footer.html | 2 | ||||
-rw-r--r-- | templates/article_header.html | 2 | ||||
-rw-r--r-- | templates/tag_index_header.html | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/templates/article_footer.html b/templates/article_footer.html index 0f4bf45..04f5b84 100644 --- a/templates/article_footer.html +++ b/templates/article_footer.html @@ -1 +1 @@ -</main> +</div> diff --git a/templates/article_header.html b/templates/article_header.html index 6ec338e..36bdf44 100644 --- a/templates/article_header.html +++ b/templates/article_header.html @@ -1,4 +1,4 @@ -<main><p><a href="index.html"><-- Back to main page</a></p> +<div class="blog-content"><p><a href="index.html"><-- Back to main page</a></p> <div id="post"> <h2>$TITLE</h2> <p>Posted on $DATE_POSTED</p> diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html index 8b13789..e69de29 100644 --- a/templates/tag_index_header.html +++ b/templates/tag_index_header.html @@ -1 +0,0 @@ - |