File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11---
22layout: default
3- show-avatar: false
43---
54
65< h2 class ="post_title "> {{page.title}}:</ h2 >
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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: ", " }}
You can’t perform that action at this time.
0 commit comments