mirror of
				https://github.com/arsenetar/arsenetar.github.io.git
				synced 2025-09-11 21:28:16 +00:00 
			
		
		
		
	Update the site style and layout, to a more optimized and simple setup. This new layout uses less css and js and should provide a better UX. Still need to clean up a few things but ready for release.
		
			
				
	
	
		
			24 lines
		
	
	
		
			631 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			631 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| ---
 | |
| layout: null
 | |
| 
 | |
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 | |
|     <url>
 | |
|         <loc>{{ site.url }}</loc>
 | |
|     </url>
 | |
| 
 | |
|     {% for post in site.posts %}
 | |
|     <url>
 | |
|         <loc>{{ site.url }}{{ post.url }}</loc>
 | |
|         <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 | date_to_xmlschema }}</lastmod>
 | |
|     </url>
 | |
|     {% endfor %}
 | |
| </urlset>
 |