Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
38d13fae
Verified
Commit
38d13fae
authored
Jun 04, 2021
by
les
Browse files
use absolute_url in docs resources
parent
6b06550a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/_includes/head.html
View file @
38d13fae
...
...
@@ -7,14 +7,14 @@
<meta
name=
"Description"
content=
"{{ page.description }}"
>
{% endif %}
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"/assets/css/just-the-docs-default.css"
>
<link
rel=
"stylesheet"
href=
"/assets/css/premonition.css"
>
<script
type=
"text/javascript"
src=
"/assets/js/vendor/lunr.min.js"
></script>
<script
type=
"text/javascript"
src=
"/assets/js/just-the-docs.js"
></script>
<script
src=
"/assets/js/jquery-3.3.1.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/assets/css/jquery.fancybox.min.css"
>
<script
src=
"/assets/js/jquery.fancybox.min.js"
></script>
<link
rel=
"shortcut icon"
href=
"
{{ '
/favicon.ico
' | absolute_url }}
"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"
{{ '
/assets/css/just-the-docs-default.css
' | absolute_url }}
"
>
<link
rel=
"stylesheet"
href=
"
{{ '
/assets/css/premonition.css
' | absolute_url }}
"
>
<script
type=
"text/javascript"
src=
"
{{ '
/assets/js/vendor/lunr.min.js
' | absolute_url }}
"
></script>
<script
type=
"text/javascript"
src=
"
{{ '
/assets/js/just-the-docs.js
' | absolute_url }}
"
></script>
<script
src=
"
{{ '
/assets/js/jquery-3.3.1.min.js
' | absolute_url }}
"
></script>
<link
rel=
"stylesheet"
href=
"
{{ '
/assets/css/jquery.fancybox.min.css
' | absolute_url }}
"
>
<script
src=
"
{{ '
/assets/js/jquery.fancybox.min.js
' | absolute_url }}
"
></script>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
{% seo %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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