Skip to content

Commit 156316b

Browse files
committed
Linkify codebar.io text on index page, add favicon
1 parent abff797 commit 156316b

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link rel='stylesheet' type='text/css' href='/stylesheets/style.css' />
66
<link rel='stylesheet' type='text/css' href='/stylesheets/pygments.css' />
77
<link rel='stylesheet' type='text/css' href='/stylesheets/github.css' />
8+
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'/ >
89
<!-- IE 6, 7, 8 and 9 -->
910
<!--[if IE]>
1011
<script type="text/javascript" src="http://stuk.github.io/jszip-utils/dist/jszip-utils-ie.js"></script>

favicon.ico

1.79 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div class="wrapper">
1818
<header>
19-
<h1>codebar.io</h1>
19+
<h1><a href="https://codebar.io">codebar.io</a></h1>
2020
<p>Tutorials</p>
2121

2222
<p class="view"><a href="https://github.com/codebar/tutorials">View on GitHub <small>codebar/tutorials</small></a></p>

0 commit comments

Comments
 (0)