Skip to content

Commit

Permalink
don't attempt to escape uiRootPath value
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 10, 2020
1 parent 925b24b commit af7e9af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/partials/footer-scripts.hbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<script src="{{uiRootPath}}/js/site.js"></script>
<script async src="{{uiRootPath}}/js/vendor/highlight.js"></script>
<script src="{{{uiRootPath}}}/js/site.js"></script>
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
2 changes: 1 addition & 1 deletion src/partials/head-icons.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{!-- <link rel="icon" href="{{uiRootPath}}/img/favicon.ico" type="image/x-icon"> --}}
{{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}}
2 changes: 1 addition & 1 deletion src/partials/head-styles.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">

0 comments on commit af7e9af

Please sign in to comment.