diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:05 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:05 +0100 |
commit | 1599df108116ca573208e4117ace405fdb8be2be (patch) | |
tree | a5d006741b20128dfff8f9e4e905ed3e5ccf5e3c /source/_includes/head.html | |
parent | 106288f71d6ccd4ef7e510705d9099836dd98476 (diff) | |
download | octopress-theme-jeyzu-1599df108116ca573208e4117ace405fdb8be2be.zip octopress-theme-jeyzu-1599df108116ca573208e4117ace405fdb8be2be.tar.gz |
responsive layout
Diffstat (limited to 'source/_includes/head.html')
-rw-r--r-- | source/_includes/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/_includes/head.html b/source/_includes/head.html index 3b7a605..1265151 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -8,10 +8,12 @@ {% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} <meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}"> {% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %} + <meta name="viewport" content="width=device-width, initial-scale=1"/> <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> <link rel="canonical" href="{{ canonical }}"> <link href="{{ root_url }}/favicon.png" rel="icon"> + <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="{{ root_url }}/javascripts/jquery.min.js"></script> {% include custom/head.html %} |