Skip to content

Commit

Permalink
remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 7, 2016
1 parent fcda652 commit 43bdcb0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<head>
<meta charset="UTF-8">
<link href="http://gmpg.org/xfn/11" rel="profile">

<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>
Expand All @@ -13,13 +10,8 @@
{% endif %}
</title>

<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css">

<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">

<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
</head>

0 comments on commit 43bdcb0

Please sign in to comment.