Skip to content

Commit c5dfb24

Browse files
committed
Update default.html
1 parent 28a8765 commit c5dfb24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_layouts/default.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
4848
</div>
4949

5050

51-
52-
5351

5452
<div id="main" role="main" class="container">
5553

5654
{{ content }}
55+
56+
{% for tag in site.tags %}
57+
<li style="font-size: {{ tag | last | size | times: 100 | divided_by: site.tags.size }}%">
58+
<a href="/{{ tag | first | slugize }}/">
59+
{{ tag | first }}
60+
</a>
61+
</li>
62+
{% endfor %}
5763
</div>
5864

5965
<div class="wrapper-footer">

0 commit comments

Comments
 (0)