diff --git a/_layouts/home.html b/_layouts/home.html index c98cfde..7851104 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -30,7 +30,7 @@ layout: page {% if site.google_analytics.pv %} - + {% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index a86d864..db8d372 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -39,7 +39,7 @@ layout: default {% if site.google_analytics.pv %}
- views + views
{% endif %} diff --git a/assets/css/main.scss b/assets/css/main.scss index 25fa00a..2a0753c 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -680,6 +680,10 @@ table tbody td { /*--- post ---*/ +.pageviews .fa-spinner { + font-size: 80%; +} + .post-meta { font-size: 0.85rem; word-spacing: 1px;