Implemented forum overview

This commit is contained in:
2016-11-19 02:58:00 +09:00
parent e23f843450
commit b5be7e9cef
17 changed files with 130 additions and 13 deletions

2
mixins/Icon.pixy Normal file
View File

@ -0,0 +1,2 @@
component Icon(name string)
i(class="fa fa-fw fa-" + name)