Showing
3 changed files
with
5 additions
and
3 deletions
@@ -17,16 +17,17 @@ | @@ -17,16 +17,17 @@ | ||
17 | {{#if devEnv}} | 17 | {{#if devEnv}} |
18 | <link rel="stylesheet" href="//localhost:3000/css/index.css"> | 18 | <link rel="stylesheet" href="//localhost:3000/css/index.css"> |
19 | {{^}} | 19 | {{^}} |
20 | - <link rel="stylesheet" href="//cdn.yoho.cn/mYohobuy/{{version}}/index.css"> | 20 | + <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> |
21 | {{/if}} | 21 | {{/if}} |
22 | </head> | 22 | </head> |
23 | <body> | 23 | <body> |
24 | {{> header}} | 24 | {{> header}} |
25 | {{{body}}} | 25 | {{{body}}} |
26 | + {{> footer}} | ||
26 | {{#if devEnv}} | 27 | {{#if devEnv}} |
27 | <script src="//localhost:8000/{{module}}.{{page}}.js"></script> | 28 | <script src="//localhost:8000/{{module}}.{{page}}.js"></script> |
28 | {{^}} | 29 | {{^}} |
29 | - <script src="//cdn.yoho.cn/{{module}}.{{page}}.js"></script> | 30 | + <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script> |
30 | {{/if}} | 31 | {{/if}} |
31 | </body> | 32 | </body> |
32 | </html> | 33 | </html> |
app/views/partial/footer.hbs
0 → 100644
1 | +<p>I am footer</p> |
-
Please register or login to post a comment