mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="post">
 | |
|     <h2 class="post-title">
 | |
|         <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
 | |
|         {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
 | |
|     </h2>
 | |
| 
 | |
|     {{ partial "post-metadata/author.html" . }}
 | |
| 
 | |
|     <div class="post-description">
 | |
|         {{ partial "description-or-summary.html" . }}
 | |
|     </div>
 | |
| 
 | |
|     <div class="readmore">
 | |
|         <a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
 | |
|     </div>
 | |
| </div>
 |