Skip to content

Commit

Permalink
#194 Adds favicons to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleop committed Sep 11, 2017
1 parent 3a9c0ce commit cd1a019
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
10 changes: 9 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="css/dwyl.css">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/dwyl-site/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/dwyl-site/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/dwyl-site/img/favicon-16x16.png">
<link rel="manifest" href="/dwyl-site/img/manifest.json">
<link rel="mask-icon" href="/dwyl-site/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<meta name="msapplication-config" content="/dwyl-site/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>dwyl</title>
</head>
<body>
Expand Down
10 changes: 9 additions & 1 deletion community.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="css/dwyl.css">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/dwyl-site/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/dwyl-site/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/dwyl-site/img/favicon-16x16.png">
<link rel="manifest" href="/dwyl-site/img/manifest.json">
<link rel="mask-icon" href="/dwyl-site/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<meta name="msapplication-config" content="/dwyl-site/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>dwyl</title>
</head>
<body>
Expand Down
10 changes: 9 additions & 1 deletion cs-emf.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="css/dwyl.css">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/dwyl-site/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/dwyl-site/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/dwyl-site/img/favicon-16x16.png">
<link rel="manifest" href="/dwyl-site/img/manifest.json">
<link rel="mask-icon" href="/dwyl-site/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<meta name="msapplication-config" content="/dwyl-site/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>dwyl</title>
</head>
<body>
Expand Down
9 changes: 9 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
<link rel="stylesheet" href="css/dwyl.css">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/dwyl-site/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/dwyl-site/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/dwyl-site/img/favicon-16x16.png">
<link rel="manifest" href="/dwyl-site/img/manifest.json">
<link rel="mask-icon" href="/dwyl-site/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/dwyl-site/img/favicon.ico">
<meta name="msapplication-config" content="/dwyl-site/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>dwyl</title>
</head>
<body>
Expand Down

0 comments on commit cd1a019

Please sign in to comment.