Skip to content

Commit d7f78a0

Browse files
committed
Apply favicon and link fixes to dev branch
2 parents 5f8537a + 815575c commit d7f78a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
1212
<link rel="apple-touch-icon" sizes="512x512" href="icons/classclockicon-512.png">
1313
<link rel="apple-touch-icon" sizes="192x192" href="icons/classclockicon-192.png">
14+
<link rel="shortcut icon" type="image/png" href="/icons/classclockicon-512.png" />
1415
<link rel="manifest" href="/manifest.json">
1516
<link href="https://fonts.googleapis.com/css?family=Play|Source+Sans+Pro" rel="stylesheet">
1617

17-
1818
</head>
1919
<body onload="{{ page.onload |default: "" }}">
2020
{{ content }}

settings.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@
1616
<section id="credits" class="centered topSpace">
1717

1818
<a class=" topSpace bottomSpace" href="https://github.com/MoralCode/ClassClock">View on GitHub</a>
19+
<<<<<<< HEAD
1920
<a class=" topSpace" href="https://github.com/MoralCode/ClassTime/issues/new/choose">Submit Feedback</a><br>
2021
<p id="credits" class="">
2122
Idea By: <a href="https://twitter.com/MrKumprey">Dan Kumprey</a>
2223
<br>Created by: <a href="https://www.adriancedwards.com">Adrian Edwards</a> and
2324
<a href="https://nbdeg.com/">Nick Degroot</a>
2425
<br><a href="https://github.com/MoralCode/ClassClock/graphs/contributors">Contributors</a>
2526
</p>
27+
=======
28+
<a class=" topSpace" href="https://github.com/MoralCode/ClassClock/issues/new/choose">Submit Feedback</a><br>
29+
<p id="credits" class="">Idea By: <a href="https://twitter.com/MrKumprey">Dan Kumprey</a><br><a href="https://github.com/MoralCode/ClassClock/graphs/contributors">Contributors</a></p>
30+
>>>>>>> master
2631
</section>
2732

2833

0 commit comments

Comments
 (0)