diff --git a/feed.xslt.xml b/feed.xslt.xml
index db7e02e..3c05f87 100644
--- a/feed.xslt.xml
+++ b/feed.xslt.xml
@@ -58,7 +58,7 @@ https://nicolas-hoizey.com/feeds/all.xml
               Web Feed Preview
             
             
-            
+            
             This preview only shows titles and summaries, but the actual feed(Atom) contains the full content.
             
               Visit Website →
@@ -101,7 +101,7 @@ https://nicolas-hoizey.com/feeds/all.xml
         
       
       
-        Published at 
+        Published: 
       
       
     
diff --git a/rss.xml b/rss.xml
index 84815bf..bd26cb6 100644
--- a/rss.xml
+++ b/rss.xml
@@ -2,13 +2,15 @@
 ---
 
 
-
+
 	
 		{{ site.title | xml_escape }}
 		{% if site.description %}{{ site.description | xml_escape }}{% endif %}		
-		"{{ "/" | absolute_url }}"
+		{{ "/" | absolute_url }}
 		{{ site.time | date_to_rfc822 }}
         {{ site.lang | default: "zh-CN" }}
+		
+		
 		{% for post in site.posts limit:10 %}
 			- 
 				{{ post.title | xml_escape }}