diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2019-12-05 19:09:26 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2019-12-05 19:09:26 +0800 |
commit | e80f1b5c8aaa83c3e590a485ba2926ae855aa2a4 (patch) | |
tree | 3a56d2e0101838660438b065d8fadb15d5fd5f3c /_layouts/articles.html | |
parent | 8c1cde8fc921b8b061a3a01a8abad67dad2a2feb (diff) |
fix: correct some html tags, css properties
Diffstat (limited to '_layouts/articles.html')
-rw-r--r-- | _layouts/articles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/articles.html b/_layouts/articles.html index 89e9d86..46ba5c5 100644 --- a/_layouts/articles.html +++ b/_layouts/articles.html @@ -11,4 +11,4 @@ sidebar: category-list {{ content }} {% include views/pagination.html %} -<div> +</div> |