We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3077e commit 0eb1842Copy full SHA for 0eb1842
3 files changed
_layouts/tag_index.html
@@ -1,6 +1,5 @@
1
---
2
layout: default
3
-show-avatar: false
4
5
6
<h2 class="post_title">{{page.title}}:</h2>
css/main.css
@@ -338,11 +338,9 @@ footer .theme-by {
338
color: #999;
339
font-size: 15px;
340
padding-top: 5px;
341
- /* margin-bottom: 5px; */
342
}
343
344
.blog-tags a {
345
- /* color: #999; */
346
color: #008AFF;
347
text-decoration: none;
348
padding: 0px 5px;
index.html
@@ -31,7 +31,7 @@ <h3 class="post-subtitle">
31
Tags:
32
{% if site.link-tags %}
33
{% for tag in post.tags %}
34
- <a href="/tag/{{ tag }}">{{ tag }}</a>
+ <a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
35
{% endfor %}
36
{% else %}
37
{{ post.tags | join: ", " }}
0 commit comments