|
@@ -1,6 +1,6 @@
|
|
|
<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
|
|
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
|
<!-- Enable responsiveness on mobile devices-->
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
@@ -22,7 +22,7 @@
|
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
|
|
|
|
|
|
<!-- RSS -->
|
|
|
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
|
|
|
+ <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
|
|
|
|
|
|
<!-- Google Analytics -->
|
|
|
<script>
|