minor fixes
This commit is contained in:
parent
2e3077ed5f
commit
0eb18422ee
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
show-avatar: false
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2 class="post_title">{{page.title}}:</h2>
|
<h2 class="post_title">{{page.title}}:</h2>
|
||||||
|
@ -338,11 +338,9 @@ footer .theme-by {
|
|||||||
color: #999;
|
color: #999;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
/* margin-bottom: 5px; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-tags a {
|
.blog-tags a {
|
||||||
/* color: #999; */
|
|
||||||
color: #008AFF;
|
color: #008AFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
|
@ -31,7 +31,7 @@ subtitle: This is where I will tell my friends way too much about me
|
|||||||
Tags:
|
Tags:
|
||||||
{% if site.link-tags %}
|
{% if site.link-tags %}
|
||||||
{% for tag in post.tags %}
|
{% for tag in post.tags %}
|
||||||
<a href="/tag/{{ tag }}">{{ tag }}</a>
|
<a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ post.tags | join: ", " }}
|
{{ post.tags | join: ", " }}
|
||||||
|
Loading…
Reference in New Issue
Block a user