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.
		
			
				
	
	
		
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% include header.html %}
 | 
						|
<div id="mainContent">
 | 
						|
  {{ content }}
 | 
						|
</div>
 | 
						|
{% include footer.html %}
 |