diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-03-05 15:12:23 -0800 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-03-05 15:12:23 -0800 |
commit | 524e337aec17b01d0815d65374ee6697eec0c4d4 (patch) | |
tree | b09d6cfa0ecc7ca6406ba09b589e5a16f6189df4 | |
parent | e2596c02cbdd9a6e493a512724a8787a7e4a07ec (diff) | |
parent | b9191cc61ae2546345b3d73aad80f54f48f4981e (diff) | |
download | my_new_personal_website-524e337aec17b01d0815d65374ee6697eec0c4d4.tar.xz my_new_personal_website-524e337aec17b01d0815d65374ee6697eec0c4d4.zip |
Merge pull request #664 from earaya/master
Styles & scripts optimization in the document head
-rw-r--r-- | .themes/classic/source/_includes/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 75c76ccc..8de6679f 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -20,10 +20,10 @@ <link rel="canonical" href="{{ canonical }}"> <link href="{{ root_url }}/favicon.png" rel="icon"> <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> + <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> + {% include custom/head.html %} <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> <script src="{{ root_url }}/javascripts/ender.js"></script> <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> - <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> - {% include custom/head.html %} {% include google_analytics.html %} </head> |