From 5e5ef3fe4724135b978c1d994393f5aa4e89d41e Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Sun, 17 Nov 2019 04:45:26 +0000 Subject: [PATCH] fix(feed,sitemap): namespace should not be https - https://github.com/hexojs/hexo-generator-feed/pull/105 --- themes/chameleon/scripts/feed/.atom.xml | 2 +- themes/chameleon/scripts/sitemap/.sitemap.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/chameleon/scripts/feed/.atom.xml b/themes/chameleon/scripts/feed/.atom.xml index b78d9e5..8903d42 100644 --- a/themes/chameleon/scripts/feed/.atom.xml +++ b/themes/chameleon/scripts/feed/.atom.xml @@ -1,5 +1,5 @@ - + {{ config.title }} {% if icon %}{{ icon }}{% endif %} {% if config.subtitle %}{{ config.subtitle }}{% endif %} diff --git a/themes/chameleon/scripts/sitemap/.sitemap.xml b/themes/chameleon/scripts/sitemap/.sitemap.xml index f088841..9ee4c32 100644 --- a/themes/chameleon/scripts/sitemap/.sitemap.xml +++ b/themes/chameleon/scripts/sitemap/.sitemap.xml @@ -1,5 +1,5 @@ - + {% for post in posts %} {{ post.permalink }}