Skip to content

Commit b29d85b

Browse files
committed
page-template: Fix a error
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 188cf56 commit b29d85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/page_template.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
</div>
5555
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
5656
<script>window.jQuery || document.write('<script src="/javascript/jquery-1.9.1.min.js"><\/script>');</script>
57-
<script src="javascript/site.js" type="text/javascript"></script>
57+
<script src="/javascript/site.js" type="text/javascript"></script>
5858
</body>
5959
</html>

0 commit comments

Comments
 (0)