UNPKG
toosolo
Version:
latest (2.0.10)
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0
基于Node.js的静态博客程序
TooBug/toosolo
toosolo
/
skin
/
html
/
page.jade
18 lines
(15 loc)
•
263 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!!! html head
include
./
include
/head body
include
./
include
/header
include
./
include
/sidebar section
#content
div
#article
h1 |
#{title}
em.pubDate
#{pubDate}
| !{content}
include
./
include
/comments
include
./
include
/footer