Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redacteur-doc-technique
old-antora-ui-default-fork
Commits
af7e9afd
Commit
af7e9afd
authored
May 10, 2020
by
Dan Allen
Browse files
don't attempt to escape uiRootPath value
parent
925b24b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/partials/footer-scripts.hbs
View file @
af7e9afd
<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>
src/partials/head-icons.hbs
View file @
af7e9afd
{{!-- <link rel="icon" href="{{uiRootPath}}/img/favicon.ico" type="image/x-icon"> --}}
{{!-- <link rel="icon" href="{{
{
uiRootPath}}
}
/img/favicon.ico" type="image/x-icon"> --}}
src/partials/head-styles.hbs
View file @
af7e9afd
<link
rel=
"stylesheet"
href=
"
{{
uiRootPath
}}
/css/site.css"
>
<link
rel=
"stylesheet"
href=
"
{{
{
uiRootPath
}}
}
/css/site.css"
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment