Skip to content

Commit 1a1dce2

Browse files
committed
Merge branch 'gh-pages'
2 parents 64c4547 + c5c3c91 commit 1a1dce2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Diff for: _includes/head.html

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
88

9+
<link rel="icon" type="image/png" href="favicon16.png" sizes="16x16">
10+
<link rel="icon" type="image/png" href="favicon128.png" sizes="128x128">
11+
912
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1013
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
1114
<link href='http://fonts.googleapis.com/css?family=Allan|Open+Sans:300,600' rel='stylesheet' type='text/css'>

Diff for: _layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html class="no-js">
2+
<html class="no-js" lang="en">
33

44
{% include head.html %}
55

Diff for: favicon128.png

7.32 KB
Loading

Diff for: favicon16.png

518 Bytes
Loading

0 commit comments

Comments
 (0)