Skip to content

Commit 0eb1842

Browse files
committed
minor fixes
1 parent 2e3077e commit 0eb1842

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

_layouts/tag_index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
show-avatar: false
43
---
54

65
<h2 class="post_title">{{page.title}}:</h2>

css/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,9 @@ footer .theme-by {
338338
color: #999;
339339
font-size: 15px;
340340
padding-top: 5px;
341-
/* margin-bottom: 5px; */
342341
}
343342

344343
.blog-tags a {
345-
/* color: #999; */
346344
color: #008AFF;
347345
text-decoration: none;
348346
padding: 0px 5px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 class="post-subtitle">
3131
Tags:
3232
{% if site.link-tags %}
3333
{% for tag in post.tags %}
34-
<a href="/tag/{{ tag }}">{{ tag }}</a>
34+
<a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
3535
{% endfor %}
3636
{% else %}
3737
{{ post.tags | join: ", " }}

0 commit comments

Comments
 (0)