-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.jade
24 lines (24 loc) · 825 Bytes
/
base.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
html
head
meta(content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0", name="viewport")
meta(content="yes", name="apple-mobile-web-app-capable")
meta(content="black", name="apple-mobile-web-app-status-bar-style")
meta(content="telephone=no", name="format-detection")
meta(name="renderer", content="webkit")
meta(name="keywords", content=site.configs.keywords.escaped)
meta(name="description", content=site.raw_content.escaped)
block title
title= request.args.s or tags.join('+') or site.title
load("fonts /template/style/base.scss /template/style/style.scss /template/style/highlight.scss")
body
.header
block header
include ui/header.jade
.main
block main
.pager
block pager
include ui/pager.jade
.footer
block footer
include ui/footer.jade