~xdavidwu/xdavidwu.link

59b360f6bafae349d36a6ae3764f62ab85866e10 — Michael Rose 8 years ago 600aa4f + 7eb9be8
Merge branch 'feature/custom-feed' into develop
3 files changed, 4 insertions(+), 2 deletions(-)

M _config.yml
M _includes/footer.html
M _includes/head.html
M _config.yml => _config.yml +2 -0
@@ 28,6 28,8 @@ comments:
    appid                :
    num_posts            : # 5 (default)
    colorscheme          : # "light" (default), "dark"
atom_feed:
  path                   : # blank (default) uses feed.xml

# SEO Related
google_site_verification :

M _includes/footer.html => _includes/footer.html +1 -1
@@ 17,7 17,7 @@
    {% if site.author.bitbucket %}
      <li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
    {% endif %}
    <li><a href="{{ base_path }}/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label }}</a></li>
    <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label }}</a></li>
  </ul>
</div>


M _includes/head.html => _includes/head.html +1 -1
@@ 4,7 4,7 @@

{% include seo.html %}

<link href="{{ base_path }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">

<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">