Skip to content

Commit

Permalink
Atom: should use HTTPS links
Browse files Browse the repository at this point in the history
  • Loading branch information
Savjee committed Jan 8, 2017
1 parent 5a0818e commit a2fdfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.xml
Expand Up @@ -17,7 +17,7 @@ layout: null
{% for post in site.posts limit:40 %}
<entry>
<title>{{ post.title | xml_escape }}</title>
<link type='text/html' href='http://www.savjee.be{{ post.url }}'/>
<link type='text/html' href='https://www.savjee.be{{ post.url }}'/>
<id>https://www.savjee.be{{ post.url }}</id>
<updated>{{ post.date | date_to_xmlschema }}</updated>

Expand Down

0 comments on commit a2fdfec

Please sign in to comment.