mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-10-30 05:21:41 +08:00 
			
		
		
		
	
		
			
	
	
		
			1 line
		
	
	
		
			211 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			1 line
		
	
	
		
			211 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | {% assign count = 0 %}{% for post in site.posts %}{% assign single_count = post.content | strip_html | strip_newlines | remove: " " | size %}{% assign count = count | plus: single_count %}{% endfor %}{{ count }} |