[init] initial commit
This commit is contained in:
21
_layouts/default.html
Normal file
21
_layouts/default.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<!-- hack iOS CSS :active style -->
|
||||
<!-- Image to hack wechat -->
|
||||
<!-- Migrate from head to bottom, no longer block render and still work -->
|
||||
<body ontouchstart="">
|
||||
|
||||
{% include nav.html %}
|
||||
{% include search.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
|
||||
<img src="/img/icon_wechat.png" width="0" height="0" />
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user