Skip to content

Commit 2d59b97

Browse files
committed
category list
1 parent 11a4a82 commit 2d59b97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99

1010
<div class="page-content">
1111
<div class="wrap">
12+
{% for category in site.categories %}
13+
{{ category | first }}
14+
{% endfor %}
1215
{{ content }}
1316
</div>
1417
</div>
1518

1619
{% include footer.html %}
1720

1821
</body>
19-
</html>
22+
</html>

0 commit comments

Comments
 (0)