Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Ciz
docs.it4i.cz
Commits
1b54ed96
Commit
1b54ed96
authored
8 years ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
change
parent
87b63c9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
it4i_theme/base.html
+4
-4
4 additions, 4 deletions
it4i_theme/base.html
with
4 additions
and
4 deletions
it4i_theme/base.html
+
4
−
4
View file @
1b54ed96
...
@@ -53,9 +53,9 @@
...
@@ -53,9 +53,9 @@
font-style
:
normal
;
font-style
:
normal
;
}
}
</style>
</style>
<link
rel=
"stylesheet"
href=
"{{ base_url }}/assets/stylesheets/application
-a422ff04cc
.css"
>
<link
rel=
"stylesheet"
href=
"{{ base_url }}/assets/stylesheets/application.css"
>
{% if config.extra.palette %}
{% if config.extra.palette %}
<link
rel=
"stylesheet"
href=
"{{ base_url }}/assets/stylesheets/palettes
-05ab2406df
.css"
>
<link
rel=
"stylesheet"
href=
"{{ base_url }}/assets/stylesheets/palettes.css"
>
{% endif %}
{% endif %}
{% if config.extra.font != "none" %}
{% if config.extra.font != "none" %}
{% set text = config.extra.get("font", {}).text | default("Ubuntu") %}
{% set text = config.extra.get("font", {}).text | default("Ubuntu") %}
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
{% for path in extra_css %}
{% for path in extra_css %}
<link
rel=
"stylesheet"
href=
"{{ path }}"
>
<link
rel=
"stylesheet"
href=
"{{ path }}"
>
{% endfor %}
{% endfor %}
<script
src=
"{{ base_url }}/assets/javascripts/modernizr
-4ab42b99fd
.js"
></script>
<script
src=
"{{ base_url }}/assets/javascripts/modernizr.js"
></script>
{% block extrahead %}{% endblock %}
{% block extrahead %}{% endblock %}
</head>
</head>
{% set palette = config.extra.get("palette", {}) %}
{% set palette = config.extra.get("palette", {}) %}
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
var
base_url
=
'
{{ base_url }}
'
;
var
base_url
=
'
{{ base_url }}
'
;
var
repo_id
=
'
{{ repo_id }}
'
;
var
repo_id
=
'
{{ repo_id }}
'
;
</script>
</script>
<script
src=
"{{ base_url }}/assets/javascripts/application
-997097ee0c
.js"
></script>
<script
src=
"{{ base_url }}/assets/javascripts/application.js"
></script>
<script
type=
"text/javascript"
src=
"https://www.gstatic.com/charts/loader.js"
></script>
<script
type=
"text/javascript"
src=
"https://www.gstatic.com/charts/loader.js"
></script>
{% for path in extra_javascript %}
{% for path in extra_javascript %}
<script
src=
"{{ path }}"
></script>
<script
src=
"{{ path }}"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment