Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
7328d841
Commit
7328d841
authored
Jan 14, 2018
by
fred
Browse files
static: update favicon and application icon
parent
28427520
Changes
4
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/img/favicon-16.png
0 → 100644
View file @
7328d841
575 Bytes
panikweb_templates/static/img/favicon-32.png
0 → 100644
View file @
7328d841
1004 Bytes
panikweb_templates/static/img/logo-panik-500-invert.png
0 → 100644
View file @
7328d841
11.4 KB
panikweb_templates/templates/base.html
View file @
7328d841
...
...
@@ -3,10 +3,10 @@
<head>
<meta
charset=
"UTF-8"
/>
<title>
Radio Panik - {% block title %}{% endblock %}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}img/favicon.png"
type=
"image/png"
>
<link
rel=
"
apple-touch-
icon"
href=
"{{ STATIC_URL}}img/
touch-
icon.png"
>
<link
rel=
"apple-touch-icon
-precomposed
"
href=
"{{ STATIC_URL}}img/
touch-icon
.png"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}img/favicon
-16
.png"
type=
"image/png"
sizes=
"16x16"
>
<link
rel=
"icon"
href=
"{{ STATIC_URL
}}img/
fav
icon
-32
.png"
type=
"image/png"
sizes=
"32x32"
>
<link
rel=
"apple-touch-icon"
href=
"{{ STATIC_URL}}img/
logo-panik-500-invert
.png"
>
<link
rel=
"canonical"
href=
"{{ request.build_absolute_uri }}"
/>
<meta
name=
"og:site_name"
content=
"Radio Panik"
/>
...
...
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