Skip to content

Commit

Permalink
updated delicious url: delicious.com to del.icio.us, http:// to //
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Jan 19, 2017
1 parent 248cc2b commit a1d3e96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/_includes/custom/asides/amazon_wishlist.html
Expand Up @@ -6,7 +6,7 @@
{% include custom/affiliate/amazon_wishlist.html %}
</div>
{%endcomment%}
{% capture amazon_site %}{% if site.amazon_region == 'JP' %}http://www.amazon.co.jp{% else %}http://www.amazon.com{% endif %}{% endcapture %}
{% capture amazon_site %}{% if site.amazon_region == 'JP' %}//www.amazon.co.jp{% else %}//www.amazon.com{% endif %}{% endcapture %}
<a href="{{amazon_site}}/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.co.jp%2Fgp%2Fregistry%2Fwishlist%2F{{site.amazon_wish_id}}%3Fie%3DUTF8%26type&tag={{site.amazon_ad_tag}}&linkCode=ur2&camp=247&creative=1211">{{site.amazon_wish_words}}</a>
{%comment%}
</div>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/custom/category_feed.xml
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="https://www.w3.org/2005/Atom">
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/custom/tag_feed.xml
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="https://www.w3.org/2005/Atom">
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/post/author.html
Expand Up @@ -19,7 +19,7 @@
{% elsif site.aboutme_logo%}
{% assign logo = site.aboutme_logo %}
{% endif %}
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<meta itemprop="name" content="{{publisher}}">
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="{{site.url}}{{logo}}">
Expand Down

0 comments on commit a1d3e96

Please sign in to comment.