diff options
-rwxr-xr-x | templates/article_list_footer.html | 1 | ||||
-rwxr-xr-x | templates/article_list_header.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html index dc49d87..3d3a44c 100755 --- a/templates/article_list_footer.html +++ b/templates/article_list_footer.html @@ -1,2 +1 @@ </ul> -</main> diff --git a/templates/article_list_header.html b/templates/article_list_header.html index 975dcd0..456ab9c 100755 --- a/templates/article_list_header.html +++ b/templates/article_list_header.html @@ -1 +1 @@ -<main><p><a href="index.html"><-- Back to main page</a><br><br>$TITLE</p><ul class = "blog"> +<ul class = "blog"> |