Mercurial > wikked
diff static/tpl/edit-page.html @ 145:74690402fef2
Moved all the static content to, well, a `/static` folder.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 11 Dec 2013 17:45:52 -0800 |
parents | 6d962a238c03 |
children | f02e049d6546 |
line wrap: on
line diff
--- a/static/tpl/edit-page.html Tue Dec 10 16:57:20 2013 -0800 +++ b/static/tpl/edit-page.html Wed Dec 11 17:45:52 2013 -0800 @@ -42,6 +42,6 @@ </div> </form> </article> -<script type="text/javascript" src="/js/pagedown/Markdown.Converter.js"></script> -<script type="text/javascript" src="/js/pagedown/Markdown.Sanitizer.js"></script> -<script type="text/javascript" src="/js/pagedown/Markdown.Editor.js"></script> +<script type="text/javascript" src="/static/js/pagedown/Markdown.Converter.js"></script> +<script type="text/javascript" src="/static/js/pagedown/Markdown.Sanitizer.js"></script> +<script type="text/javascript" src="/static/js/pagedown/Markdown.Editor.js"></script>