Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prace-lessons
Lesson Template
Commits
831b2adf
Commit
831b2adf
authored
Aug 02, 2021
by
Tünde Emőke Trif
Browse files
Update favicons.html
parent
ede314bf
Pipeline
#268
passed with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/favicons.html
View file @
831b2adf
...
...
@@ -11,7 +11,7 @@
{% endif %}
<!-- Favicons for everyone -->
{#
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"57x57"
href=
"{{ favicon_url }}/apple-touch-icon-57x57.png"
/>
<!--
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ favicon_url }}/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ favicon_url }}/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ favicon_url }}/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ favicon_url }}/apple-touch-icon-144x144.png" />
...
...
@@ -23,8 +23,8 @@
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" />
<link
rel=
"icon"
type=
"image/png"
href=
"{{ favicon_url }}/favicon-128.png"
sizes=
"128x128"
/>
#}
<link
rel=
"icon"
type=
"image/png"
href=
"/assets/prace_logo.png"
sizes=
"128x128"
/>
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" />
-->
<link
rel=
"icon"
type=
"image/png"
href=
"/assets/
img/
prace_logo.png"
sizes=
"128x128"
/>
<meta
name=
"application-name"
content=
"{{ carpentry }} - {{ site.title }}"
/>
<meta
name=
"msapplication-TileColor"
content=
"#FFFFFF"
/>
<meta
name=
"msapplication-TileImage"
content=
"{{ favicon_url }}/mstile-144x144.png"
/>
...
...
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