diff options
-rwxr-xr-x | templates/article_list_footer.html | 2 | ||||
-rwxr-xr-x | templates/article_list_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html index 776b4ca..0f4bf45 100755 --- a/templates/article_list_footer.html +++ b/templates/article_list_footer.html @@ -1 +1 @@ -</ul>
\ No newline at end of file +</main> diff --git a/templates/article_list_header.html b/templates/article_list_header.html index 456ab9c..506713e 100755 --- a/templates/article_list_header.html +++ b/templates/article_list_header.html @@ -1 +1 @@ -<ul class = "blog"> +<main> |