diff --git a/_layouts/category.html b/_layouts/category.html index c633a65..b2a1cb6 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -8,7 +8,7 @@ layout: page {% include date-format.html %}
-

+

{{ page.title }} {{ site.categories[page.category] | size }} diff --git a/_layouts/tag.html b/_layouts/tag.html index 45993da..8e81ca8 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -8,7 +8,7 @@ layout: page {% include date-format.html %}
-

+

{{ page.title }} {{ site.tags[page.tag] | size }} diff --git a/assets/css/category-tag.scss b/assets/css/category-tag.scss index 0ae01fe..303a88b 100644 --- a/assets/css/category-tag.scss +++ b/assets/css/category-tag.scss @@ -55,10 +55,17 @@ } @media all and (max-width: 576px) { + + #page-category ul>li::before, + #page-tag ul>li::before { + margin: 0 .5rem; + } + #page-tag ul>li>a, #page-category ul>li>a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } + } \ No newline at end of file