| 
									
										
										
										
											2025-04-28 05:33:18 +00:00
										 |  |  | --- | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?> | 
					
						
							|  |  |  | <rss version="2.0"> | 
					
						
							|  |  |  | 	<channel> | 
					
						
							| 
									
										
										
										
											2025-04-28 06:04:28 +00:00
										 |  |  | 		<title>{{ site.title | xml_escape }}</title> | 
					
						
							| 
									
										
										
										
											2025-04-28 05:33:18 +00:00
										 |  |  | 		<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>		 | 
					
						
							| 
									
										
										
										
											2025-04-28 06:04:28 +00:00
										 |  |  | 		<link>"{{ "/" | absolute_url }}"</link> | 
					
						
							| 
									
										
										
										
											2025-04-28 05:33:18 +00:00
										 |  |  | 		<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate> | 
					
						
							|  |  |  |         <language>{{ site.lang | default: "zh-CN" }}</language> | 
					
						
							|  |  |  | 		{% for post in site.posts limit:10 %} | 
					
						
							|  |  |  | 			<item> | 
					
						
							|  |  |  | 				<title>{{ post.title | xml_escape }}</title> | 
					
						
							|  |  |  | 				{% if post.excerpt %} | 
					
						
							| 
									
										
										
										
											2025-04-28 06:04:28 +00:00
										 |  |  | 					<description>{{ post.excerpt | strip_html | xml_escape }}</description> | 
					
						
							| 
									
										
										
										
											2025-04-28 05:33:18 +00:00
										 |  |  | 				{% else %} | 
					
						
							|  |  |  | 					<description>{{ post.content | xml_escape }}</description> | 
					
						
							|  |  |  | 				{% endif %} | 
					
						
							|  |  |  | 				<pubDate>{{ post.date | date_to_rfc822 }}</pubDate> | 
					
						
							|  |  |  | 				<link>{{ post.url | absolute_url }}</link> | 
					
						
							|  |  |  |                 {% for tag in post.tags %} | 
					
						
							|  |  |  |                     <category>{{ tag | xml_escape }}</category> | 
					
						
							|  |  |  |                 {% endfor %} | 
					
						
							|  |  |  | 				<guid>{{ post.url | absolute_url }}</guid> | 
					
						
							|  |  |  | 			</item> | 
					
						
							|  |  |  | 		{% endfor %} | 
					
						
							|  |  |  | 	</channel> | 
					
						
							|  |  |  | </rss> |