diff --git a/_app/_includes/amsf/urls b/_app/_includes/amsf/urls index 25f561b3a..6873defea 100644 --- a/_app/_includes/amsf/urls +++ b/_app/_includes/amsf/urls @@ -23,7 +23,14 @@ {% comment %} Feed URL {% endcomment %} -{% capture amsf_feed_url %}{{ site.feed | relative_url | replace: '/index.xml', '/' }}{% endcapture %} +{% capture amsf_feed_url %} + {% include amsf/has_protocol url=site.feed %} + {% if amsf_has_protocol == null %} + {{ site.feed | relative_url | replace: '/index.xml', '/' }} + {% else %} + {{ site.feed }} + {% endif %} +{% endcapture %} {% comment %} Page title diff --git a/_app/_includes/themes/curtana/includes/footer.html b/_app/_includes/themes/curtana/includes/footer.html index f339bac7f..7177eac30 100644 --- a/_app/_includes/themes/curtana/includes/footer.html +++ b/_app/_includes/themes/curtana/includes/footer.html @@ -13,7 +13,7 @@
  • Email
  • {% endif %} -
  • Atom
  • +
  • Atom
  • {% endunless %} diff --git a/_app/_includes/themes/curtana/includes/top.html b/_app/_includes/themes/curtana/includes/top.html index 3c17bd87b..06e507936 100644 --- a/_app/_includes/themes/curtana/includes/top.html +++ b/_app/_includes/themes/curtana/includes/top.html @@ -15,7 +15,7 @@ - + {{ amsf_favicons }}