Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
a0ea3733
Commit
a0ea3733
authored
Mar 19, 2017
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил фавиконку
parent
8d0a9777
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
package.json
package.json
+5
-5
page_head.html
src/_include/page_head.html
+1
-1
favicon.ico
src/img/favicon.ico
+0
-0
No files found.
package.json
View file @
a0ea3733
...
@@ -11,15 +11,15 @@
...
@@ -11,15 +11,15 @@
"configProject"
:
{
"configProject"
:
{
"blocks"
:
{
"blocks"
:
{
"page"
:
[],
"page"
:
[],
"typo"
:
[],
"page-header"
:
[],
"page-footer"
:
[],
"is-mobile"
:
[],
"is-mobile"
:
[],
"
main-nav
"
:
[],
"
typo
"
:
[],
"sprite-svg"
:
[],
"sprite-svg"
:
[],
"sprite-png"
:
[
"sprite-png"
:
[
"__demo"
"__demo"
],
],
"page-header"
:
[],
"page-footer"
:
[],
"main-nav"
:
[],
"logo"
:
[],
"logo"
:
[],
"code"
:
[],
"code"
:
[],
"thumb"
:
[]
"thumb"
:
[]
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
"./src/js/global-script.js"
"./src/js/global-script.js"
],
],
"addImages"
:
[
"addImages"
:
[
"./src/img/*.{jpg,jpeg,gif,png,svg}"
"./src/img/*.{jpg,jpeg,gif,png,svg
,ico
}"
],
],
"copiedCss"
:
[],
"copiedCss"
:
[],
"copiedJs"
:
[],
"copiedJs"
:
[],
...
...
src/_include/page_head.html
View file @
a0ea3733
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
@@
include
(
'../blocks/is-mobile/is-mobile--to-head.js'
)
@@
include
(
'../blocks/is-mobile/is-mobile--to-head.js'
)
</script>
</script>
<link
href=
"img/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
>
<!--DEV Такой комментарий не попадет в собранный HTML
<!--DEV Такой комментарий не попадет в собранный HTML
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<link rel="icon" sizes="192x192" href="img/favicons/favicon-192x192.png">
<link rel="icon" sizes="192x192" href="img/favicons/favicon-192x192.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
...
...
src/img/favicon.ico
0 → 100644
View file @
a0ea3733
318 Bytes
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