summaryrefslogtreecommitdiffstats
path: root/_template
diff options
context:
space:
mode:
Diffstat (limited to '_template')
-rw-r--r--_template/default.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_template/default.html b/_template/default.html
index cee1cec..a00d9da 100644
--- a/_template/default.html
+++ b/_template/default.html
@@ -12,12 +12,12 @@
<div id="body">
<div id="header">
<a href="index.html">
- <img alt="Handlebars 中文网:轻逻辑语义化的模板引擎" src="images/handlebars_logo.png"/>
+ <img alt="Handlebars 中文网:轻逻辑语义化的模板引擎" src="static/images/handlebars_logo.png"/>
</a>
</div>
<div id="contents">
<a href="http://www.devswag.com/collections/handlebars" id="callout">
- <img alt="Buy Handlebars swag on DevSwag!" src="images/handlebars-devswag.png"/>
+ <img alt="Buy Handlebars swag on DevSwag!" src="static/images/handlebars-devswag.png"/>
</a>
{{content}}
<a class="issue-tracker" href="https://github.com/nimojs/handlebarsjs.org/issues">
@@ -27,7 +27,7 @@
</div>
<div id="credits"></div>
<a href="http://github.com/nimojs/handlebarsjs.org/" id="github">
- <img alt="Fork me on GitHub" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
+ <img alt="Fork me on GitHub" src="static/images/forkme_right_darkblue_121621.png" />
</a>
</body>
</html>