Implemented most of the styles in scarlet now

This commit is contained in:
2016-12-02 15:24:45 +09:00
parent 31dfc47d5c
commit 59ef1f53f2
38 changed files with 126 additions and 1191 deletions

View File

@ -1,7 +1,7 @@
component Thread(thread *arn.Thread, posts []*arn.Post)
h2.thread-title= thread.Title
.thread
h2.thread-title= thread.Title
.posts
Postable(thread.ToPostable(), nil, thread.Author().ID)