Mirror von
				https://github.com/arsenetar/arsenetar.github.io.git
				synchronisiert 2025-09-11 21:28:16 +00:00 
			
		
		
		
	Fix Date format in sitemap
Fix filter name
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									fae3400342
								
							
						
					
					
						Commit
						1919feb82e
					
				| @ -10,14 +10,14 @@ layout: nil | ||||
|     {% for post in site.posts %} | ||||
|     <url> | ||||
|         <loc>{{ site.url }}{{ post.url }}</loc> | ||||
|         <lastmod>{% if post.modified %}{{ post.modified | to_xmlschema }}{% else %}{{ post.date | to_xmlschema }}{% endif %}</lastmod>        | ||||
|         <lastmod>{% if post.modified %}{{ post.modified | date_to_xmlschema }}{% else %}{{ post.date | date_to_xmlschema }}{% endif %}</lastmod>        | ||||
|     </url> | ||||
|     {% endfor %} | ||||
|      | ||||
|     {% for page in site.pages %} | ||||
|     <url> | ||||
|         <loc>{{ site.url }}{{ page.url }}</loc> | ||||
|         <lastmod>{{ site.time | to_xmlschema }}</lastmod> | ||||
|         <lastmod>{{ site.time | date_to_xmlschema }}</lastmod> | ||||
|     </url> | ||||
|     {% endfor %} | ||||
| </urlset> | ||||
		Laden…
	
	
			
			x
			
			
		
	
		In neuem Issue referenzieren
	
	Einen Benutzer sperren