diff options
-rwxr-xr-x | templates/article_list_footer.html | 1 | ||||
-rwxr-xr-x | templates/article_list_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/article_list_footer.html b/templates/article_list_footer.html index 0f4bf45..dc49d87 100755 --- a/templates/article_list_footer.html +++ b/templates/article_list_footer.html @@ -1 +1,2 @@ +</ul> </main> diff --git a/templates/article_list_header.html b/templates/article_list_header.html index 506713e..26b25f7 100755 --- a/templates/article_list_header.html +++ b/templates/article_list_header.html @@ -1 +1,2 @@ <main> +<ul class = "blog"> |