Skip to content

Commit

Permalink
fix(template): use https
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored Oct 17, 2019
1 parent 330a6fb commit f3052d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<feed xmlns="https://www.w3.org/2005/Atom">
<title>{{ config.title }}</title>
{% if icon %}<icon>{{ icon }}</icon>{% endif %}
{% if config.subtitle %}<subtitle>{{ config.subtitle }}</subtitle>{% endif %}
Expand All @@ -14,7 +14,7 @@
{% if config.email %}<email>{{ config.email }}</email>{% endif %}
</author>
{% endif %}
<generator uri="http://hexo.io/">Hexo</generator>
<generator uri="https://hexo.io/">Hexo</generator>
{% for post in posts.toArray() %}
<entry>
<title>{{ post.title }}</title>
Expand Down

0 comments on commit f3052d0

Please sign in to comment.