Merge pull request #1204 from CFXd/move-wp_head-last

Move wp_head() to be the last markup before </head>
This commit is contained in:
Ben Word
2014-11-14 17:48:03 -06:00

View File

@@ -6,7 +6,7 @@
<title><?php wp_title('|', true, 'right'); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> Feed" href="<?php echo esc_url(get_feed_link()); ?>">
<?php wp_head(); ?>
</head>