diff --git a/_layouts/tag_index.html b/_layouts/tag_index.html index a815a25..0bfaa9f 100644 --- a/_layouts/tag_index.html +++ b/_layouts/tag_index.html @@ -1,6 +1,5 @@ --- layout: default -show-avatar: false ---

{{page.title}}:

diff --git a/css/main.css b/css/main.css index 9c8668a..b29ca77 100644 --- a/css/main.css +++ b/css/main.css @@ -338,11 +338,9 @@ footer .theme-by { color: #999; font-size: 15px; padding-top: 5px; - /* margin-bottom: 5px; */ } .blog-tags a { - /* color: #999; */ color: #008AFF; text-decoration: none; padding: 0px 5px; diff --git a/index.html b/index.html index 27a75d9..325a239 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ subtitle: This is where I will tell my friends way too much about me Tags: {% if site.link-tags %} {% for tag in post.tags %} - {{ tag }} + {{ tag }} {% endfor %} {% else %} {{ post.tags | join: ", " }}