aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source
diff options
context:
space:
mode:
authorearaya <esteban.araya@gmail.com>2012-07-11 18:29:21 -0600
committerearaya <esteban.araya@gmail.com>2012-07-11 18:29:21 -0600
commitb9191cc61ae2546345b3d73aad80f54f48f4981e (patch)
treef7ddbf66ef214e531e95a52fe88ece658f4d5622 /.themes/classic/source
parentf5b6df5a576da5524b29f9f1956c7d7befbc4825 (diff)
downloadmy_new_personal_website-b9191cc61ae2546345b3d73aad80f54f48f4981e.tar.xz
my_new_personal_website-b9191cc61ae2546345b3d73aad80f54f48f4981e.zip
optimized order of styles and scripts in header
Diffstat (limited to '.themes/classic/source')
-rw-r--r--.themes/classic/source/_includes/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html
index d7abd6fd..ef46a6ee 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>