Merge pull request #1426 from roots/remove-hardcoded-feed-link
Remove hardcoded feed link
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
### HEAD
|
||||
* Remove hardcoded feed link ([#1426](https://github.com/roots/sage/issues/1426))
|
||||
* Move jQuery CDN feature to Soil ([#1422](https://github.com/roots/sage/issues/1422))
|
||||
* Bump `gulp-load-plugins` to 0.10.0 ([#1419](https://github.com/roots/sage/issues/1419))
|
||||
* Switch from [yargs](https://github.com/bcoe/yargs) to [minimist](https://github.com/substack/minimist) ([#1418](https://github.com/roots/sage/issues/1418))
|
||||
|
||||
@@ -4,6 +4,5 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" title="<?= get_bloginfo('name'); ?> Feed" href="<?= esc_url(get_feed_link()); ?>">
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user