Skip to content

Commit 605685a

Browse files
committed
Update default.html
1 parent bab236b commit 605685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
5454
{{ content }}
5555

5656
{% for tag in site.tags %}
57-
<ul style="font-size: {{ tag | last | size | times: 100 | divided_by: site.tags.size | plus: 50 }}">
58-
<a href="{{ tag | first | slugize }}">
57+
<ul style="font-size: {{ tag | last | size | times: 100 | divided_by: site.tags.size | plus: 50 }}%">
58+
<a href="/{{ tag | first | slugize }}/">
5959
{{ tag | first }}
6060
</a>
6161
</ul>

0 commit comments

Comments
 (0)