Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
e80f5b6f
Commit
e80f5b6f
authored
Jul 06, 2017
by
Skia
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'krophil' into 'master'
Add a nice favicon See merge request
!88
parents
8a95f715
2ae4e36e
Pipeline
#1093
passed with stage
in 4 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
core/static/core/img/favicon.ico
core/static/core/img/favicon.ico
+0
-0
core/templates/core/base.jinja
core/templates/core/base.jinja
+1
-0
No files found.
core/static/core/img/favicon.ico
0 → 100644
View file @
e80f5b6f
2.4 KB
core/templates/core/base.jinja
View file @
e80f5b6f
...
...
@@ -3,6 +3,7 @@
<head>
{%
block
head
%}
<title>
{%
block
title
%}{%
trans
%}
Welcome!
{%
endtrans
%}{%
endblock
%}
</title>
<link
rel=
"shortcut icon"
href=
"
{{
static
(
'core/img/favicon.ico'
)
}}
"
>
<link
rel=
"stylesheet"
href=
"
{{
static
(
'core/base.css'
)
}}
"
>
<link
rel=
"stylesheet"
href=
"
{{
static
(
'core/multiple-select.css'
)
}}
"
>
<link
rel=
"stylesheet"
href=
"
{{
static
(
'core/jquery.datetimepicker.min.css'
)
}}
"
>
...
...
Write
Preview
Markdown
is supported
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