mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 10:03:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{- with .Description -}}
 | |
|     <p>{{- . | markdownify -}}</p>
 | |
| {{- else -}}
 | |
|     {{- with .Summary -}}
 | |
|         {{- . -}}
 | |
|     {{- else -}}
 | |
|         {{- .Site.Params.description -}}
 | |
|     {{- end -}}
 | |
| {{- end -}}
 |